diff --git a/.vscode/settings.json b/.vscode/settings.json index efa8de4..aa9d055 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,14 @@ { "yaml.customTags": [ - "!ENV sequence" - ] + "!ENV scalar", + "!ENV sequence", + "tag:yaml.org,2002:python/name:material.extensions.emoji.to_svg", + "tag:yaml.org,2002:python/name:material.extensions.emoji.twemoji", + "tag:yaml.org,2002:python/name:pymdownx.superfences.fence_code_format" + ], + "markdownlint.config": { + "MD033": { + "allowed_elements": ["div"] + } + } } \ No newline at end of file diff --git a/docs/culper-ring/collection/index.md b/docs/culper-ring/collection/index.md new file mode 100644 index 0000000..6e50d36 --- /dev/null +++ b/docs/culper-ring/collection/index.md @@ -0,0 +1,10 @@ +# Culper Ring - Collection + +
+ +- :fontawesome-brands-html5: __HTML__ for content and structure +- :fontawesome-brands-js: __JavaScript__ for interactivity +- :fontawesome-brands-css3: __CSS__ for text running out of boxes +- :fontawesome-brands-internet-explorer: __Internet Explorer__ ... huh? + +
diff --git a/docs/culper-ring/collection/install.md b/docs/culper-ring/collection/install.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/culper-ring/collection/uses.md b/docs/culper-ring/collection/uses.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/culper-ring/index.md b/docs/culper-ring/index.md new file mode 100644 index 0000000..883ae0d --- /dev/null +++ b/docs/culper-ring/index.md @@ -0,0 +1 @@ +# Culper Ring diff --git a/docs/index.md b/docs/index.md index 000ea34..d02ca53 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,17 +1,5 @@ -# Welcome to MkDocs +# Home For full documentation visit [mkdocs.org](https://www.mkdocs.org). -## Commands - -* `mkdocs new [dir-name]` - Create a new project. -* `mkdocs serve` - Start the live-reloading docs server. -* `mkdocs build` - Build the documentation site. -* `mkdocs -h` - Print help message and exit. - -## Project layout - - mkdocs.yml # The configuration file. - docs/ - index.md # The documentation homepage. - ... # Other markdown pages, images and other files. +## Culper Ring diff --git a/mkdocs.yml b/mkdocs.yml index 931b655..ba04dc2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,8 +3,15 @@ repo_url: https://github.com/nerdnode-io/docs theme: name: material features: + - navigation.instant + - navigation.instant.prefetch + - navigation.instant.progress + - navigation.tracking - navigation.tabs + - navigation.tabs.sticky - navigation.sections + - navigation.prune + - navigation.indexes - navigation.top - navigation.footer - toc.integrate @@ -12,6 +19,7 @@ theme: - search.highlight - content.tabs.link - content.code.annotation + - content.code.select - content.code.copy language: en icon: @@ -38,6 +46,13 @@ plugins: repository: squidfunk/mkdocs-material branch: main +markdown_extensions: + - attr_list + - md_in_html + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg + extra: social: - icon: fontawesome/brands/discord