mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2026-04-12 03:38:30 +00:00
Add default templates, styles, and scripts for documentation site
This commit is contained in:
10
docs-gen/defaults/pages/en/index.md
Normal file
10
docs-gen/defaults/pages/en/index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Welcome
|
||||
order: 0
|
||||
---
|
||||
|
||||
# Welcome
|
||||
|
||||
This is the home page of your documentation site.
|
||||
|
||||
Edit this file at `pages/en/index.md` to get started.
|
||||
10
docs-gen/defaults/pages/ja/index.md
Normal file
10
docs-gen/defaults/pages/ja/index.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: ようこそ
|
||||
order: 0
|
||||
---
|
||||
|
||||
# ようこそ
|
||||
|
||||
ドキュメントサイトのトップページです。
|
||||
|
||||
`pages/ja/index.md` を編集して始めましょう。
|
||||
Reference in New Issue
Block a user