1
0
mirror of https://github.com/spacebarchat/docs.git synced 2024-11-09 20:02:32 +01:00

Merge branch 'master' of github.com:fosscord/fosscord-docs

This commit is contained in:
Madeline 2023-01-18 17:29:07 +11:00
commit 20b24a5d18
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47
3 changed files with 15 additions and 0 deletions

View File

@ -2,6 +2,8 @@
[![Build to GitHub Pages](https://github.com/fosscord/fosscord-docs/actions/workflows/build.yml/badge.svg)](https://github.com/fosscord/fosscord-docs/actions/workflows/build.yml) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https://github.com/fosscord/fosscord-docs)
## How to get started:
1. Fork this repository.

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "mkdocs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "mkdocs serve",
"build": "mkdocs build -d public"
}
}

4
requirements.txt Normal file
View File

@ -0,0 +1,4 @@
mkdocs
mkdocs-material
mkdocs-swagger-ui-tag
mkdocs-section-index