Skip to content

Commit

Permalink
Restructure continued
Browse files Browse the repository at this point in the history
  • Loading branch information
ronzulu committed Jul 30, 2024
1 parent d8da4be commit a44a623
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
id: extract-release-notes
uses: ffurrer2/extract-release-notes@v1
with:
changelog_file: docs/changelog.md
changelog_file: docs/docs/changelog.md

- name: Create Release
id: create-release
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/docs/en/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Please note that:
5. If your "business logic" is properly decoupled from Obsidian APIs, write some unit tests.
- This project uses [jest](https://jestjs.io/), tests are stored in `tests/`.
- `pnpm test`
6. Add your change to the `[Unreleased]` section of the changelog (`docs/changelog.md`).
6. Add your change to the `[Unreleased]` section of the changelog (`docs/docs/changelog.md`).
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), TL;DR:
- `Added` for new features.
- `Changed` for changes in existing functionality.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/en/flashcards/basic-cloze-cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The first female ==prime minister== of Australia was ==Julia Gillard==

The first female prime minister of Australia was Julia Gillard

These two cards are considered sibling cards. See [sibling cards](flashcards.md#sibling-cards) regarding the
These two cards are considered sibling cards. See [sibling cards](flashcards-overview.md#sibling-cards) regarding the
[Bury sibling cards until the next day](../plugin-settings.md#flashcard-review) scheduling option.

## Cloze Delimiter
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/docs/en/flashcards/qanda-cards.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ info 1:::info 2

</div>

These two cards are considered sibling cards. See [sibling cards](flashcards.md#sibling-cards) regarding the
These two cards are considered sibling cards. See [sibling cards](flashcards-overview.md#sibling-cards) regarding the
[Bury sibling cards until the next day](../plugin-settings.md#flashcard-review) scheduling option.

---
Expand Down Expand Up @@ -159,7 +159,7 @@ These can also span over multiple lines as long as both sides "touch" the `??`:

</div>

These two cards are considered sibling cards. See [sibling cards](flashcards.md#sibling-cards) regarding the
These two cards are considered sibling cards. See [sibling cards](flashcards-overview.md#sibling-cards) regarding the
[Bury sibling cards until the next day]( ../plugin-settings.md#flashcard-review) scheduling option.


Expand Down
2 changes: 1 addition & 1 deletion docs/docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Fight the forgetting curve by reviewing flashcards & notes using spaced repetiti

!!! tip "Features"

:material-circle-medium: [Flashcards](flashcards/flashcards.md) &nbsp; &nbsp; :material-circle-medium: [Notes](notes.md)
:material-circle-medium: [Flashcards](flashcards/flashcards-overview.md) &nbsp; &nbsp; :material-circle-medium: [Notes](notes.md)
<hr class="thin">
:material-circle-medium: [Repetition Algorithms](algorithms.md) &nbsp; &nbsp; :material-circle-medium: [Data Storage](data-storage.md)

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/zh/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Please note that:
5. If your "business logic" is properly decoupled from Obsidian APIs, write some unit tests.
- This project uses [jest](https://jestjs.io/), tests are stored in `tests/`.
- `pnpm test`
6. Add your change to the `[Unreleased]` section of the changelog (`docs/changelog.md`).
6. Add your change to the `[Unreleased]` section of the changelog (`docs/docs/changelog.md`).
- The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), TL;DR:
- `Added` for new features.
- `Changed` for changes in existing functionality.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ theme:
nav:
- Index: index.md
- Flashcards:
- Flashcards Overview: flashcards/flashcards.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
Expand Down

0 comments on commit a44a623

Please sign in to comment.