Skip to content

Commit 8d94032

Browse files
committed
Added docs
1 parent 6bba6bb commit 8d94032

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

docs/docs/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Welcome to SGE Docs
2+
3+
## Introduction
4+
5+
## Building and Installing
6+
7+
## Getting Started
8+
9+
## Features

docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
site_name: Spectrum Graphics Engine

docs/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mkdocs
2+
mkdocs-material

docs/wrangler.jsonc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"name": "sge",
3+
"compatibility_date": "2025-10-22",
4+
"assets":
5+
{
6+
"directory": "./site"
7+
}
8+
}
9+

0 commit comments

Comments
 (0)