Skip to content

Commit

Permalink
refactor: 🚧 additional configuration changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyra committed Jan 15, 2024
1 parent 382d246 commit 1c19d7a
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 16 deletions.
13 changes: 11 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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"]
}
}
}
10 changes: 10 additions & 0 deletions docs/culper-ring/collection/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Culper Ring - Collection

<div class="grid cards" markdown>

- :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?

</div>
Empty file.
Empty file.
1 change: 1 addition & 0 deletions docs/culper-ring/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Culper Ring
16 changes: 2 additions & 14 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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
15 changes: 15 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,23 @@ 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
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.select
- content.code.copy
language: en
icon:
Expand All @@ -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
Expand Down

0 comments on commit 1c19d7a

Please sign in to comment.