Skip to content

initialise docs #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/docs/assets/space.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file added src/docs/commands.md
Empty file.
Empty file added src/docs/getting-started.md
Empty file.
1 change: 1 addition & 0 deletions src/docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

34 changes: 34 additions & 0 deletions src/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
site_name: space
site_url: https://space.externref.tech

theme:
name: material
logo: assets/space.png
favicon: assets/space.png
palette:
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode

- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode

plugins:
- social:
cards_color:
fill: "#bf9674"
text: "#131314"

nav:
- 'Welcome!': 'index.md'
- 'Getting Started': 'getting-started.md'
- 'commands.md'

markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
Loading