Skip to content

Commit 7288895

Browse files
committed
website - new guides scaffolding
1 parent 0ef579d commit 7288895

18 files changed

Lines changed: 99 additions & 6 deletions

docs/_quarto.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,33 @@ website:
2020
- href: errors/index.qmd
2121
text: Errors
2222
sidebar:
23+
- id: Guides
24+
collapse-level: 1
25+
contents:
26+
- section: "Guides"
27+
href: guides/index.qmd
28+
contents:
29+
- guides/authoring/index.qmd
30+
- guides/publishing/index.qmd
31+
- id: Authoring
32+
collapse-level: 1
33+
contents:
34+
- section: "Authoring Quarto Documents"
35+
href: guides/authoring/index.qmd
36+
contents:
37+
- guides/authoring/markdown-basics.qmd
38+
- guides/authoring/figures.qmd
39+
- guides/authoring/tables.qmd
40+
- guides/authoring/diagrams.qmd
41+
- guides/authoring/shortcodes.qmd
42+
- guides/authoring/brand.qmd
43+
- guides/authoring/layout.qmd
44+
- guides/authoring/scholarly-writing.qmd
45+
- guides/authoring/computations.qmd
46+
- guides/authoring/navigation.qmd
47+
- guides/authoring/extensions.qmd
48+
- guides/authoring/templates.qmd
49+
- guides/publishing/index.qmd
2350
- id: guide
2451
collapse-level: 1
2552
contents:

docs/guide/index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ sidebar:
55
- text: "Introduction"
66
href: introduction.qmd
77
- text: "Markdown"
8-
href: ../authoring/markdown/index.qmd
9-
- text: "Brand themes (_brand.yml)"
8+
href: ../guides/authoring/markdown-basics.qmd
9+
- text: "Brand themes (`_brand.yml`)"
1010
href: themes/brand.qmd
1111
- text: "Reading configuration (get-config)"
1212
href: get-config.qmd

docs/guides/authoring/brand.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Brand
3+
---
4+
5+
TBD.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Computations
3+
---
4+
5+
TBD.

docs/guides/authoring/diagrams.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Diagrams
3+
---
4+
5+
TBD.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Using Quarto extensions
3+
---
4+
5+
TBD.

docs/guides/authoring/figures.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Figures
3+
---
4+
5+
TBD.

docs/guides/authoring/index.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Authoring Quarto Documents
3+
---
4+
5+
TBD.

docs/guides/authoring/layout.qmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Layout
3+
---
4+
5+
TBD.

0 commit comments

Comments
 (0)