Skip to content

Commit 65f7766

Browse files
docs: update doc
1 parent 76bcda3 commit 65f7766

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

afterpython/doc/quickstart.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ When using flags, a MyST development server starts for that specific content fol
6969

7070
### Content Organization
7171

72-
All content folders in `afterpython/` (e.g., `afterpython/doc/`, `afterpython/blog/`) are initialized by `myst init` (see [MyST Markdown]), and **each** has a default `index.md` file and a `myst.yml` file for configuration.
72+
All content folders in `afterpython/` (e.g., `afterpython/doc/`, `afterpython/blog/`) are initialized by `myst init` (see [MyST Markdown]), and **each** has a `myst.yml` file for configuration. Add your own `.md` or `.ipynb` files to a folder to start writing.
73+
74+
The `/blog`, `/tutorial`, `/example`, and `/guide` listing pages are rendered by the project website — don't add an `index.md` to those folders, it's reserved.
7375

7476
:::{seealso}
7577
To learn more about how to arrange your content in the content folders, see [Table of Contents] or a [Quick Guide about myst.yml](myst.md).

0 commit comments

Comments
 (0)