davidkaufman / arc.codes

The Architect web site! 🌩

Home Page:https://arc.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://arc.codes

Docs site for the Architect serverless framework!

GitHub CI status

Docs Development

ℹ️ We're actively improving Architect documentation, this repository, and this readme

This docs site is its own Architect project 🎉 so it can be run locally with arc sandbox

Table of Contents & Sidebar

The Sidebar is dynamically built from table-of-contents.js and the current state.

The Table of Contents (TOC) is a simple set of objects containing arrays of strings that correspond with Markdown documents.

⚠️ The fourth level of items will be grouped into a (closed by default) collapsible group. Use sparingly!

Markdown & Frontmatter

All docs are written in Markdown.

The renderer combines markdown-it and frontmatter to create HTML views.

The frontmatter attributes are technically optional but highly encouraged as they aid the site's SEO.

attribute type effect
title string HTML title
category string HTML title prefix
description string HTML meta description
sections string[] currently unused

Todo

  • dynamic category landing page
  • writing style guide
  • a homepage
  • dark mode

Contributing

Find out more about contributing to Architect

About

The Architect web site! 🌩

https://arc.codes

License:Apache License 2.0


Languages

Language:JavaScript 55.9%Language:CSS 39.9%Language:HTML 3.3%Language:Shell 0.7%Language:Arc 0.2%