Skip to content

Commit aa51400

Browse files
committed
move current docs to dev-docs; make docs a user-facing Quarto website
1 parent 7d20ee1 commit aa51400

38 files changed

+7932
-0
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/.quarto/
2+
**/*.quarto_ipynb

docs/_quarto.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
project:
2+
type: website
3+
4+
website:
5+
title: "Quarto-markdown"
6+
navbar:
7+
left:
8+
- href: index.qmd
9+
text: Home
10+
- about.qmd
11+
- href: syntax/index.qmd
12+
text: Syntax
13+
14+
format:
15+
html:
16+
theme:
17+
- cosmo
18+
- brand
19+
css: styles.css
20+
toc: true
21+
22+
23+

0 commit comments

Comments
 (0)