-
Notifications
You must be signed in to change notification settings - Fork 56
Reorganize docs #200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Boy132
wants to merge
11
commits into
main
Choose a base branch
from
boy132/docs-rewrite
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Reorganize docs #200
Changes from 2 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
04da2ce
reorganize docs
Boy132 190243d
fix broken links
Boy132 04d1302
add back updating docs
Boy132 32ab7e7
reorganize docs part two
Boy132 9c8ed07
move ssl guide and fix some broken links
Boy132 cb6571f
fix more broken links
Boy132 e2bdc47
add back optional config guides
Boy132 444a7e9
rabbit fixes
Boy132 0cdfb8f
add custom slug to installation categories
Boy132 9124594
rabbit fixes
Boy132 92caaf6
fix broken link
Boy132 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
28 changes: 13 additions & 15 deletions
28
docs/guides/disk-quotas/about.mdx → docs/guides/disk-quotas/index.mdx
This file contains hidden or 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,29 +1,27 @@ | ||
| import Admonition from '@theme/Admonition'; | ||
| import Link from '@docusaurus/Link'; | ||
| # Quotas | ||
|
|
||
| # About Quotas | ||
|
|
||
| <Admonition type="tip"> | ||
| :::tip | ||
| As called out in the Wings install docs, it is always recommended to keep the server files on a separate partition. | ||
| </Admonition> | ||
| ::: | ||
|
|
||
| ## There are a lot of notices here for a reason! | ||
|
|
||
| <Admonition type="danger"> | ||
| :::danger | ||
| Support for disk quotas is still being worked on! | ||
| </Admonition> | ||
| ::: | ||
|
|
||
| <Admonition type="warning"> | ||
| :::warning | ||
| These are advanced configurations meant for hosts but "should" work for individuals as well. | ||
| </Admonition> | ||
| ::: | ||
|
|
||
| <Admonition type="warning"> | ||
| :::warning | ||
| Depending on the filesystem Quotas can be difficult to enable for the `/` mount, which requires booting a live disk to change. | ||
| </Admonition> | ||
| ::: | ||
|
|
||
| <Admonition type="info"> | ||
| :::info | ||
| You can either make a new mount with quotas enabled or enable quotas on an existing partition. | ||
| </Admonition> | ||
| ::: | ||
|
|
||
| ## Filesystem-specific docs | ||
| <Link to="/docs/guides/disk-quotas/ext4-xfs">EXT4/XFS</Link> | ||
|
|
||
| - [EXT4/XFS](ext4-xfs) |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.