diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-05 20:54:36 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-05 20:54:36 +0100 |
| commit | 467715dcb3ee23e05e8fe445d9e2a2416a26a8e0 (patch) | |
| tree | eb1e61d15312f931b6f61d104dd63614a2620db4 /docs/_config.yml | |
| parent | 7e2e0f3c373c2108b8b3903675eac950b0e21307 (diff) | |
Migrate docs to GitHub pages
Diffstat (limited to 'docs/_config.yml')
| -rw-r--r-- | docs/_config.yml | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/docs/_config.yml b/docs/_config.yml index 7569680c..f41d5a4e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,7 +1,35 @@ -title: Quests documentation +title: Quests description: Documentation for the Quests plugin - theme: just-the-docs +url: https://lmbishop.github.io + +callouts_level: quiet +callouts: + highlight: + color: yellow + how-to-read: + title: How to read this page + color: grey-dk + important: + title: Important + color: blue + new: + title: New + color: green + note: + title: Note + color: purple + caution: + title: Caution + color: yellow + warning: + title: Warning + color: red + +nav_external_links: + - title: Quests on GitHub + url: https://github.com/LMBishop/Quests + plugins: - jekyll-default-layout
\ No newline at end of file |
