Skip to content

Commit 6d98a64

Browse files
NiklasEilaurmaedje
authored andcommitted
Update directories in architecture docs (#5214)
1 parent ef309ca commit 6d98a64

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

docs/dev/architecture.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,16 @@ Let's start with a broad overview of the directories in this repository:
1111
and library.
1212
- `crates/typst-cli`: Typst's command line interface. This is a relatively small
1313
layer on top of the compiler and the exporters.
14-
- `crates/typst-docs`: Generates the content of the official
15-
[documentation][docs] from the content of the `docs` folder and the inline
16-
Rust documentation. Only generates the content and structure, not the concrete
17-
HTML (that part is currently closed source).
1814
- `crates/typst-ide`: Exposes IDE functionality.
1915
- `crates/typst-macros`: Procedural macros for the compiler.
2016
- `crates/typst-pdf`: The PDF exporter.
2117
- `crates/typst-render`: A renderer for Typst frames.
2218
- `crates/typst-svg`: The SVG exporter.
2319
- `crates/typst-syntax`: Home to the parser and syntax tree definition.
24-
- `docs`: Source files for longer-form parts of the documentation. Individual
25-
elements and functions are documented inline with the Rust source code.
26-
- `assets`: Fonts and files used for tests and the documentation.
20+
- `docs`: Generates the content of the official
21+
[documentation][docs] from markdown files and the inline
22+
Rust documentation. Only generates the content and structure, not the concrete
23+
HTML (that part is currently closed source).
2724
- `tests`: Integration tests for Typst compilation.
2825
- `tools`: Tooling for development.
2926

0 commit comments

Comments
 (0)