mirror of
https://github.com/smyalygames/flightsim-on-linux.git
synced 2025-05-18 14:14:13 +02:00
feat(docs): add boilerplate pages
This commit is contained in:
parent
4444121153
commit
9548bdc829
11
src/pages/_meta.json
Normal file
11
src/pages/_meta.json
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"index": {
|
||||||
|
"title": "Home"
|
||||||
|
},
|
||||||
|
"about": {
|
||||||
|
"title": "About",
|
||||||
|
"type": "page"
|
||||||
|
},
|
||||||
|
"msfs": "Microsoft Flight Simulator 2020",
|
||||||
|
"xp11": "X-Plane 11"
|
||||||
|
}
|
3
src/pages/about.mdx
Normal file
3
src/pages/about.mdx
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Contact
|
||||||
|
|
||||||
|
Hello I am smyalygames
|
3
src/pages/msfs/index.mdx
Normal file
3
src/pages/msfs/index.mdx
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Microsoft Flight Simulator 2020
|
||||||
|
|
||||||
|
This is an introduction for Microsoft Flight Simulator 2020
|
3
src/pages/xp11/index.mdx
Normal file
3
src/pages/xp11/index.mdx
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# X-Plane 11
|
||||||
|
|
||||||
|
This is an introduction for X-Plane 11
|
Loading…
x
Reference in New Issue
Block a user