Skip to content

Commit

Permalink
wrap up
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeAspy committed Aug 12, 2024
1 parent ce0ea42 commit 452413d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
nav:
- index.md
- first-steps.md
- setup.md
- uploading.md
- ...
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Overview

This documentation is divided into several section for readability and maintainability.
You can skip between them at any time using the navigation on the left.
You can skip between them at any time using the sidebar on the left.

## Sections

Expand Down
1 change: 1 addition & 0 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ git clone https://github.com/SomeAspy/ChromeBookEnroller
cd ChromeBookEnroller
git branch -r
```

Switch to the branch closest to your ChromeBook's version.

---
Expand Down
Empty file added docs/uploading.md
Empty file.
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: ChromeBookEnroller
site_url: https://cbe.github.aspy.dev
repo_url: https://github.com/SomeAspy/ChromeBookEnroller
edit_uri: edit/docs/docs
copyright: Copyright © 2024 Aiden B. (SomeAspy)
theme:
name: material
Expand All @@ -15,11 +15,15 @@ theme:
- search.share
- navigation.instant
- navigation.tracking
- navigation.footer
- content.code.copy
- content.action.view
- content.action.edit
- toc.integrate

plugins:
- search
- awesome-pages

markdown_extensions:
- admonition
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
babel==2.16.0
bracex==2.5
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
Expand All @@ -10,9 +11,11 @@ Markdown==3.6
MarkupSafe==2.1.5
mergedeep==1.3.4
mkdocs==1.6.0
mkdocs-awesome-pages-plugin==2.9.3
mkdocs-get-deps==0.2.0
mkdocs-material==9.5.31
mkdocs-material-extensions==1.3.1
natsort==8.4.0
packaging==24.1
paginate==0.5.6
pathspec==0.12.1
Expand All @@ -27,3 +30,4 @@ requests==2.32.3
six==1.16.0
urllib3==2.2.2
watchdog==4.0.2
wcmatch==9.0

0 comments on commit 452413d

Please sign in to comment.