You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="https://github.com/architect/arc.codes/actions?query=workflow%3A%22Node+CI%22"><img src=https://github.com/architect/arc.codes/workflows/Node%20CI/badge.svg alt="GitHub CI status"></a>
[](https://github.com/architect/arc.codes/actions?query=workflow%3A%22Node+CI%22)
11
+
> Docs site for the OpenJS Architect framework!
12
+
[`https://arc.codes`](https://arc.codes)
9
13
10
14
## Docs Development
11
15
12
-
> ℹ️ We're actively improving Architect documentation, this repository, and this readme
16
+
> ℹ️ We're actively improving Architect documentation, this repository, and this readme
13
17
14
18
This docs site is its own Architect project 🎉 so it can be run locally with `npx arc sandbox`
15
19
@@ -19,13 +23,13 @@ The Sidebar is dynamically built from `table-of-contents.js` and the current sta
19
23
20
24
The Table of Contents (TOC) is a simple set of objects containing arrays of strings that correspond with Markdown documents.
21
25
22
-
> ⚠️ The fourth level of items will be grouped into a (closed by default) collapsible group. Use sparingly!
26
+
> ⚠️ The fourth level of items will be grouped into a (closed by default) collapsible group. Use sparingly!
23
27
24
28
## Markdown & Frontmatter
25
29
26
30
All docs are written in Markdown.
27
31
28
-
The renderer combines [markdown-it](https://www.npmjs.com/package/markdown-it) and [frontmatter](https://www.npmjs.com/package/markdown-it-front-matter) to create HTML views.
32
+
The [`arcdown`renderer](https://github.com/architect/arcdown) combines [markdown-it](https://www.npmjs.com/package/markdown-it)(+ plugins) and [frontmatter](https://www.npmjs.com/package/markdown-it-front-matter) to create HTML views on the fly.
29
33
30
34
The frontmatter attributes are technically optional but highly encouraged as they aid the site's SEO.
0 commit comments