Skip to content

Commit

Permalink
feat: update site config
Browse files Browse the repository at this point in the history
  • Loading branch information
qin-guan committed Feb 19, 2024
1 parent 3a6a852 commit 5c8774d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 160 deletions.
12 changes: 1 addition & 11 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,7 @@ export default withMermaid({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Examples', link: '/markdown-examples' }
],

sidebar: [
{
text: 'Examples',
items: [
{ text: 'Markdown Examples', link: '/markdown-examples' },
{ text: 'Runtime API Examples', link: '/api-examples' }
]
}
{ text: 'RFCs', link: '/text' }
],

socialLinks: [
Expand Down
49 changes: 0 additions & 49 deletions api-examples.md

This file was deleted.

17 changes: 2 additions & 15 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home

hero:
name: "SSTAA RFCs"
text: "Cute proposals"
tagline: My great project tagline
actions:
- theme: brand
text: Markdown Examples
link: /markdown-examples
- theme: alt
text: API Examples
link: /api-examples

features:
- title: Feature A
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature B
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
- title: Feature C
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
text: View RFCs
link: /text
---

85 changes: 0 additions & 85 deletions markdown-examples.md

This file was deleted.

5 changes: 5 additions & 0 deletions text.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# RFCs

| No. | Title | PR | Rendered |
| ------ | ---------- | ------------------------------------------------------------- | --------------------------------- |
| `0001` | User model | [GitHub](https://github.com/sstalumniassociation/rfcs/pull/3) | [Rendered](/text/0001-user-model) |

0 comments on commit 5c8774d

Please sign in to comment.