Removing mkdocs

This commit is contained in:
Zachary Klosko 2020-05-10 11:34:46 -04:00
parent 162c69ec4b
commit 5f20ced353
3 changed files with 0 additions and 120 deletions

View File

@ -1,7 +0,0 @@
# LibreTime Documentation
The LibreTime documentation is created from this directory using `mkdocs`. You may read
it at [libretime.org](http://libretime.org).
The canonical source of this documentation is in the [LibreTime repo](https://github.com/LibreTime/libretime)
in the [`docs/` subdir](https://github.com/LibreTime/libretime/tree/master/docs).

View File

@ -1,28 +0,0 @@
Documentation
=============
The LibreTime documentation site is generated with [mkdocs](http://www.mkdocs.org/). To get started contributing to this project, fork it on Github. Then install mkdocs and clone this repo locally:
:::bash
sudo brew install python # For OSX users
sudo aptitude install python-pip # For Debian/Ubuntu users
sudo pip install mkdocs
git clone https://github.com/libretime/libretime
cd libretime
git remote add sandbox https://github.com/<username>/libretime # URL for your fork
mkdocs build --clean
mkdocs serve
Your local LibreTime docs site should now be available for browsing: [http://localhost:8888/](http://localhost:8888/).
When you find a typo, an error, unclear or missing explanations or instructions, open a new terminal and start editing. Your changes should be reflected automatically on the local server. Find the page youd like to edit; everything is in the docs/ directory. Make your changes, commit and push them, and start a pull request:
:::bash
git checkout -b fix_typo
vi docs/index.md # Add/edit/remove whatever you see fit. Be bold!
mkdocs build --clean; mkdocs serve # Go check your changes. Well wait...
git diff # Make sure there arent any unintended changes.
git commit -am”Fixed typo.” # Useful commit message are a good habit.
git push sandbox fix_typo
Visit your fork on Github and start a PR.

View File

@ -1,85 +0,0 @@
site_name: LibreTime
theme: readthedocs
dev_addr: '0.0.0.0:8888'
site_dir: 'build/docs'
docs_dir: 'docs'
markdown_extensions:
- codehilite:
noclasses: True
pygments_style: emacs
repo_url: https://github.com/LibreTime/libretime/
extra_css:
- '_css/term.css'
pages:
- 'Home': index.md
- 'What is LibreTime?': manual/index.md
- 'Features': features.md
- 'F.A.Q.': faq.md
- 'Rights and Royalties': manual/rights-and-royalties/index.md
- 'Installation':
- 'Install': install.md
- 'Preparing the Server': manual/preparing-the-server/index.md
- 'Setting the Server Time': manual/setting-the-server-time/index.md
- 'Host Configuration': manual/host-configuration/index.md
- 'Using LibreTime':
- 'On Air in 60 seconds!': 'manual/on-air-in-60-seconds/index.md'
- 'Getting Started': manual/getting-started/index.md
- 'Tutorials': manual/tutorials/index.md
- 'Troubleshooting': manual/troubleshooting/index.md
- 'The Main Menus':
- 'Upload': manual/upload/index.md
- 'Dashboard': manual/dashboard/index.md
- 'Tracks': manual/tracks/index.md
- 'Playlists': manual/playlists/index.md
- 'Smart Blocks': manual/smartblocks/index.md
- 'Webstreams': manual/webstreams/index.md
- 'Podcasts': manual/podcasts/index.md
- 'My Podcast': manual/my-podcast/index.md
- 'Radio Page': manual/radio-page/index.md
- 'Calendar': manual/calendar/index.md
- 'Widgets': manual/widgets/index.md
- 'Settings':
- 'General': manual/general/index.md
- 'Users': manual/users/index.md
- 'Streams': manual/stream-settings/index.md
- 'Status': manual/status/index.md
- 'Analytics':
- 'Playout History' : manual/history/index.md
- 'History Templates' : manual/history-templates/index.md
- 'Listener Stats' : manual/listener-stats/index.md
- 'Help': manual/help/index.md
- 'Listen': manual/listen/index.md
- 'LibreTime in the Studio':
- 'Preparing Media for Ingest': manual/preparing-media-for-ingest/index.md
- 'Live Shows with Mixxx': manual/live-shows-with-mixxx/index.md
- 'Smartphone Journalism': manual/smartphone-journalism/index.md
- 'Icecast and SHOUTcast': manual/icecast-and-shoutcast/index.md
- 'Administration':
- 'Backing Up the Server': manual/backing-up-the-server/index.md
- 'Media Folders': manual/media-folders/index.md
- 'Upgrading': manual/upgrading/index.md
- 'Advanced Configuration':
- 'Icecast Handover': manual/icecast-handover/index.md
- 'Promoting Your Station': manual/promoting-your-station/index.md
- 'Stream Player for Your Website': manual/stream-player-for-your-website/index.md
- 'Exporting the Schedule': manual/exporting-the-schedule/index.md
- 'Interface Customization': manual/interface-customization/index.md
- 'Interface Localization': manual/interface-localization/index.md
- 'LibreTime API Authentication': manual/airtime-api-authentication/index.md
- 'Secure Login with SSL or TLS': manual/secure-login-with-ssl/index.md
- 'Icecast Statistics with Piwik': manual/icecast-statistics-with-piwik/index.md
- 'FreeIPA Authentication': freeipa.md
- 'Development':
- 'Testing': testing.md
- 'Database': database.md
- 'Vagrant': vagrant.md
- 'Translating': translating.md
- 'Documentation': documentation.md
- 'Appendix':
- 'HD Audio Models': manual/hd-audio-models/index.md
- 'About This Manual': manual/about-this-manual/index.md
- 'Uninstall LibreTime': uninstall.md