generated from nhcarrigan/template
docs: document silly sites project and update nav badge
This commit is contained in:
@@ -753,7 +753,7 @@ export const navigation = [
|
||||
{
|
||||
label: "Silly Sites",
|
||||
link: "/projects/silly-sites",
|
||||
badge: { text: "unreleased", variant: "danger" },
|
||||
badge: { text: "unversioned", variant: "success" },
|
||||
},
|
||||
{
|
||||
label: "Library",
|
||||
|
||||
@@ -2,36 +2,39 @@
|
||||
title: Silly Sites
|
||||
---
|
||||
|
||||
Silly Sites (hereinafter the "Application") is
|
||||
Silly Sites (hereinafter the "Application") is a collection of small, fun static pages, including pages built for community programming events.
|
||||
|
||||
## 1. User Documentation
|
||||
|
||||
:::note
|
||||
This section is coming soon!
|
||||
:::
|
||||
The live site is available at https://silly.nhcarrigan.com.
|
||||
|
||||
This section is for those interacting with a live instance of the Application.
|
||||
Users can browse and interact with standalone static experiences hosted under this project.
|
||||
|
||||
## 2. Technical Documentation
|
||||
|
||||
:::note
|
||||
This section is coming soon!
|
||||
:::
|
||||
Silly Sites is a static-site repository containing multiple page projects.
|
||||
|
||||
This section is for those interested in running their own instance of the Application.
|
||||
Current structure includes:
|
||||
|
||||
1. `index.html` for the root entry point.
|
||||
2. `hairy-button/` static page content.
|
||||
3. `travel-agency/` static page content.
|
||||
|
||||
The repository currently focuses on static web assets rather than an application runtime with package-based build tooling.
|
||||
|
||||
## 3. Legal Documentation
|
||||
|
||||
:::note
|
||||
This section is coming soon!
|
||||
:::
|
||||
Project policy files reference global documentation:
|
||||
|
||||
This section is for expansions to our legal policies specific to the Application.
|
||||
1. License: https://docs.nhcarrigan.com/#/license
|
||||
2. Terms: https://docs.nhcarrigan.com/#/terms
|
||||
3. Privacy: https://docs.nhcarrigan.com/#/privacy
|
||||
4. Security: https://docs.nhcarrigan.com/#/security
|
||||
|
||||
Copyright is held by Naomi Carrigan.
|
||||
|
||||
## 4. Contributing Documentation
|
||||
|
||||
:::note
|
||||
This section is coming soon!
|
||||
:::
|
||||
Contributions are accepted through pull requests under the repository contributing guidelines and Code of Conduct.
|
||||
|
||||
This section is for documentation related to contributing to the Application's codebase.
|
||||
Feedback and bug reports are handled via https://support.nhcarrigan.com.
|
||||
Reference in New Issue
Block a user