Grammatical changes

etc -> etc.
Visiblity -> Visibility
Some sentence structure changes
This commit is contained in:
Ajay Raghavan 2021-05-28 12:53:50 +00:00 committed by Drew DeVault
parent 56ba02778b
commit 08862f35eb
1 changed files with 9 additions and 9 deletions

View File

@ -13,11 +13,12 @@ to serve in your wiki. Markdown files (`*.md`) will be
compiled to HTML with the same Markdown rules that are [supported on the rest of
the site](/markdown). Each page will be made available at the URL of the path to
the file, except for `index.md` which is also shown at the top-level of each
directory. Other kinds of files (html, images, etc) will not be served.
directory. Other kinds of files (html, images, etc.) will not be served.
## Frontmatter
You may optionally begin a file with this pattern:
To optionally add some extra metadata to your pages, you may begin a file with
this pattern:
```
---
@ -25,8 +26,7 @@ You may optionally begin a file with this pattern:
---
```
To add some extra metadata to your pages. The currently supported properties
are:
The currently supported properties are:
- **title**: set the article title
- **toc**: set to false to disable the table of contents
@ -43,15 +43,15 @@ any other approach that you like.
Click "manage your wiki" (you will need to be logged in and viewing the wiki you
want to manage) to access wiki settings.
### Visiblity
### Visibility
Visibility of the wiki is managed separately to the backing git repo. This
allows you to create private repos with publically accessible wikis. Wikis that
are public and unlisted can be viewed by any user regardless of if they are
logged in. Wikis that are private can only be viewed by the owner.
allows you to create private repos with publicly accessible wikis. Wikis that
are public and unlisted can be viewed by any user regardless of whether they are
logged in or not. Private wikis can only be viewed by the owner.
### Delete
You can delete your wiki from this page. This operation cannot be undone. You
may optionally delete the backing repo, but be aware that that too cannot be
may optionally delete the backing repo, but be aware that this too cannot be
undone.