This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 221
Layout changes and a small css tweak to hide the subnav #88
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,28 @@ | ||
# Jellyfin project documentation | ||
<h1 align="center">Jellyfin Documentation</h1> | ||
<h3 align="center">Part of the <a href="https://jellyfin.media">Jellyfin Project</a></h3> | ||
|
||
This repository houses the Jellyfin project documentation, written for `mkdocs` format in Markdown. PRs welcome. | ||
<p align="center"> | ||
This repository houses all documentation for Jellyfin available at <a href="https://jellyfin.readthedocs.io">readthedocs</a> and written in markdown. | ||
</p> | ||
|
||
Find it at https://jellyfin.readthedocs.io | ||
## Layout | ||
|
||
## Documentation Layout | ||
### Administrators | ||
|
||
### User docs | ||
Should be used for documentation related to advanced server setup including non-default configs for more advanced users. | ||
|
||
Should be used for documentation related to building, installing, setup, and running the app as a general user. | ||
### Contributors | ||
|
||
### Administrator docs | ||
Should be used for documentation related to development, translations, releases, and other ways to contribute to the project. | ||
|
||
Should be used for documentation related to advanced server setup including non-default configs for more advanced users. | ||
### Media | ||
|
||
Naming conventions for all supported media types, such as movies or podcasts. | ||
|
||
### Developer docs | ||
### Server | ||
|
||
Should be used for documentation related to contributing to Jellyfin. | ||
Any documentation related to managing the server or explaining certain features. | ||
|
||
### API docs | ||
### API | ||
|
||
[future] Should be used for documentation related to the APIs Jellyfin exposes. | ||
Describe all available API endpoints for clients. |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,7 @@ | |
border-top: none; | ||
border-bottom: none; | ||
} | ||
|
||
.subnav { | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm iffy about this - I feel like I tried doing this originally, and it was a failure on ReadTheDocs, but let's just try it.