Skip to content

Commit

Permalink
Don't format/lint docs - it can mess up formatting of markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ronzulu committed Jul 30, 2024
1 parent eaba4d5 commit a6046c1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules
.pnp.loader.mjs
pnpm-lock.yaml
tests/e2e/vault/
docs
32 changes: 16 additions & 16 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo_name: st3v3nmw/obsidian-spaced-repetition
repo_url: https://github.com/st3v3nmw/obsidian-spaced-repetition/
edit_uri: ""
docs_dir: docs/docs
use_directory_urls: false
# use_directory_urls: false

theme:
name: material
Expand All @@ -33,24 +33,24 @@ theme:
nav:
- Index: index.md
- Flashcards:
- Flashcards Overview: flashcards/flashcards-overview.md
- Question & Answer Cards: flashcards/qanda-cards.md
- Cloze Cards: flashcards/basic-cloze-cards.md
- Organizing into Decks: flashcards/decks.md
- Reviewing & Cramming: flashcards/reviewing.md
- Statistics: flashcards/statistics.md
- Flashcards Overview: flashcards/flashcards-overview.md
- Question & Answer Cards: flashcards/qanda-cards.md
- Cloze Cards: flashcards/basic-cloze-cards.md
- Organizing into Decks: flashcards/decks.md
- Reviewing & Cramming: flashcards/reviewing.md
- Statistics: flashcards/statistics.md
- Notes: notes.md
- User Options & Commands:
- User Options: user-options.md
- Commands: plugin-commands.md
- User Options: user-options.md
- Commands: plugin-commands.md
- Algorithms & Data Storage:
- Repetition Algorithms: algorithms.md
- Data Storage: data-storage.md
- Repetition Algorithms: algorithms.md
- Data Storage: data-storage.md
- Additional:
- Spaced Repetition Guides: resources.md
- Contributing: contributing.md
- Changelog: changelog.md
- License: license.md
- Spaced Repetition Guides: resources.md
- Contributing: contributing.md
- Changelog: changelog.md
- License: license.md

plugins:
- search
Expand Down Expand Up @@ -79,7 +79,7 @@ markdown_extensions:
- md_in_html

extra_css:
- stylesheets/extra.css
- stylesheets/extra.css

remote_branch: gh-pages
remote_name: origin

0 comments on commit a6046c1

Please sign in to comment.