mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-08 15:56:04 +03:00
Add first example of docs
This commit is contained in:
parent
e6d94247c1
commit
0ceb27a4ca
9 changed files with 76 additions and 5 deletions
46
docs/docfx.json
Normal file
46
docs/docfx.json
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"metadata": [
|
||||
{
|
||||
"src": [
|
||||
{
|
||||
"src": "../src",
|
||||
"files": [
|
||||
"DotTiled/DotTiled.csproj"
|
||||
]
|
||||
}
|
||||
],
|
||||
"dest": "api"
|
||||
}
|
||||
],
|
||||
"build": {
|
||||
"content": [
|
||||
{
|
||||
"files": [
|
||||
"**/*.{md,yml}"
|
||||
],
|
||||
"exclude": [
|
||||
"_site/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"resource": [
|
||||
{
|
||||
"files": [
|
||||
"images/**"
|
||||
]
|
||||
}
|
||||
],
|
||||
"output": "_site",
|
||||
"template": [
|
||||
"default",
|
||||
"modern",
|
||||
"template"
|
||||
],
|
||||
"globalMetadata": {
|
||||
"_appName": "DotTiled",
|
||||
"_appTitle": "DotTiled",
|
||||
"_enableSearch": true,
|
||||
"pdf": true
|
||||
}
|
||||
}
|
||||
}
|
1
docs/docs/loading-a-map.md
Normal file
1
docs/docs/loading-a-map.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Loading a map
|
1
docs/docs/quickstart.md
Normal file
1
docs/docs/quickstart.md
Normal file
|
@ -0,0 +1 @@
|
|||
# Quick Start
|
6
docs/docs/toc.yml
Normal file
6
docs/docs/toc.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
- name: Introduction
|
||||
- href: ../index.md
|
||||
- href: quickstart.md
|
||||
|
||||
- name: Essentials
|
||||
- href: loading-a-map.md
|
4
docs/template/public/main.css
vendored
Normal file
4
docs/template/public/main.css
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
body {
|
||||
--bs-link-color-rgb: 66, 184, 131 !important;
|
||||
--bs-link-hover-color-rgb: 64, 180, 128 !important;
|
||||
}
|
4
docs/toc.yml
Normal file
4
docs/toc.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Docs
|
||||
href: docs/
|
||||
- name: API
|
||||
href: api/
|
Loading…
Add table
Add a link
Reference in a new issue