feat: Add content

This commit is contained in:
Michael Currin
2020-05-03 11:32:14 +02:00
parent 2d5113a961
commit b61b9d1a70
3 changed files with 27 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
# Advanced configuration
# Advanced
> Beyond the basic configuration and content
Once you've got the [Setup Project](setup_project.md) section, you can customize further using this guide. Or skip this and go to [Usage](usage.md).
@@ -50,3 +51,13 @@ You can also structure your project to have the setup above nested inside a `doc
An example of this is the [Poetry](https://github.com/python-poetry/poetry/tree/master/docs) repo. That project is also how I got into MkDocs in the first place.
## Embedding
To embed a gist, just copy and paste the embed script URL which is provided on a gist.
e.g.
```html
<script src="https://gist.github.com/MichaelCurrin/57caae30bd7b0991098e9804a9494c23.js"></script>
```

View File

@@ -10,7 +10,6 @@ Use one of the approaches below:
- Create a quickstart project with the `new` command covered in [Create a starter site](#create-a-starter-site).
- Follow the extended guide to create a [Setup up docs site](#setup-a-docs-site) by hand.
- Click *Use this Template* button on the Github repo to get your own copy.
### Basic structure