mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-07-03 08:21:13 +02:00
feat: Add content
This commit is contained in:
@@ -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>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user