feat(web/website): init
This adds a new Website/Docs for Snix, using Thulite / Doks, which is mostly hugo and a bit of npm. Change-Id: Iea10d4068fa783ec0ddd6bcaba5c8d92b1a1168f
This commit is contained in:
parent
2705517e6d
commit
91d8b86b39
55 changed files with 6205 additions and 0 deletions
17
web/content/docs/reference/_index.md
Normal file
17
web/content/docs/reference/_index.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: "Reference"
|
||||
description: ""
|
||||
summary: ""
|
||||
date: 2023-09-07T16:12:37+02:00
|
||||
lastmod: 2023-09-07T16:12:37+02:00
|
||||
draft: false
|
||||
weight: 900
|
||||
toc: true
|
||||
sidebar:
|
||||
collapsed: true
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
canonical: "" # custom canonical URL (optional)
|
||||
robots: "" # custom robot tags (optional)
|
||||
---
|
||||
18
web/content/docs/reference/component-overview.md
Normal file
18
web/content/docs/reference/component-overview.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
title: "Component Overview"
|
||||
slug: component-overview
|
||||
description: ""
|
||||
summary: ""
|
||||
date: 2023-09-07T16:12:37+02:00
|
||||
lastmod: 2023-09-07T16:12:37+02:00
|
||||
draft: false
|
||||
weight: 900
|
||||
toc: true
|
||||
sidebar:
|
||||
collapsed: true
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
canonical: "" # custom canonical URL (optional)
|
||||
robots: "" # custom robot tags (optional)
|
||||
---
|
||||
21
web/content/docs/reference/example.md
Normal file
21
web/content/docs/reference/example.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: "Example Reference"
|
||||
description: "Reference pages are ideal for outlining how things work in terse and clear terms."
|
||||
summary: ""
|
||||
date: 2023-09-07T16:13:18+02:00
|
||||
lastmod: 2023-09-07T16:13:18+02:00
|
||||
draft: false
|
||||
weight: 910
|
||||
toc: true
|
||||
seo:
|
||||
title: "" # custom title (optional)
|
||||
description: "" # custom description (recommended)
|
||||
canonical: "" # custom canonical URL (optional)
|
||||
robots: "" # custom robot tags (optional)
|
||||
---
|
||||
|
||||
Reference pages are ideal for outlining how things work in terse and clear terms. Less concerned with telling a story or addressing a specific use case, they should give a comprehensive outline of what your documenting.
|
||||
|
||||
## Further reading
|
||||
|
||||
- Read [about reference](https://diataxis.fr/reference/) in the Diátaxis framework
|
||||
Loading…
Add table
Add a link
Reference in a new issue