feat: bootstrap foundation application
This commit is contained in:
11
content/architecture-overview.md
Normal file
11
content/architecture-overview.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Architecture Overview
|
||||
|
||||
MD Hub Secure uses a Go application server as the primary runtime.
|
||||
|
||||
- Markdown documents are read from the source directory.
|
||||
- The current version is written into content-addressed storage.
|
||||
- Metadata lives in the local libsql-compatible database.
|
||||
- HTML is rendered server-side first.
|
||||
|
||||
See [[Getting Started]] for a feature-oriented overview.
|
||||
|
||||
33
content/getting-started.md
Normal file
33
content/getting-started.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Getting Started
|
||||
|
||||
Welcome to **MD Hub Secure**.
|
||||
|
||||
See [[Architecture Overview]] for the system shape and [[Project Plan]] for the milestone roadmap.
|
||||
|
||||
## Features
|
||||
|
||||
- Wiki links
|
||||
- GitHub-flavored Markdown
|
||||
- Tags like #foundation and #security
|
||||
- Admonitions
|
||||
- Mermaid diagrams
|
||||
- Math delimiters for later KaTeX hydration
|
||||
|
||||
> [!NOTE]
|
||||
> This is a representative admonition block.
|
||||
> It should render with a strong callout style.
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
A[Markdown] --> B[Renderer]
|
||||
B --> C[Secure HTML]
|
||||
```
|
||||
|
||||
Inline math: $E = mc^2$
|
||||
|
||||
Block math:
|
||||
|
||||
$$
|
||||
\int_0^1 x^2 dx = \frac{1}{3}
|
||||
$$
|
||||
|
||||
15
content/project-plan.md
Normal file
15
content/project-plan.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Project Plan
|
||||
|
||||
The implementation is moving in milestone order:
|
||||
|
||||
1. Foundation
|
||||
2. Sync protocol
|
||||
3. Authentication
|
||||
4. Collaboration
|
||||
5. Search and design
|
||||
6. Production hardening
|
||||
|
||||
Current emphasis: #foundation #security
|
||||
|
||||
See [[Getting Started]] for the currently working demo path.
|
||||
|
||||
Reference in New Issue
Block a user