Skip to content

Commit

Permalink
docs: docfx manual migration
Browse files Browse the repository at this point in the history
  • Loading branch information
andywiecko committed Apr 30, 2024
1 parent 4ab9534 commit e0b4b1c
Show file tree
Hide file tree
Showing 68 changed files with 2,556 additions and 8,885 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions Documentation~/docfx/Makefile → Documentation~/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ install:
dotnet tool update -g docfx

copy:
cp ../../CHANGELOG.md changelog/
cp ../../LICENSE.md license/
cp ../CHANGELOG.md changelog/
cp ../LICENSE.md license/

build: copy
docfx docfx.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation

1. Place `.dll` files for `Unity`, `Burst`, `Collections`, etc. in the `dlls/` folder.
2. Navigate to the `Documentation~/docfx` folder.
2. Navigate to the `Documentation~/` folder.
3. Build documentation using `docfx`. Optionally, if `make` is available, run `make serve` to build and open documentation in the browser.

> [!NOTE]
Expand Down
File renamed without changes.
6 changes: 6 additions & 0 deletions Documentation~/api/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

<p align="center"><img src="../images/burst-triangulator-logo-light-mode.svg"/></p>

---

This is the documentation for the Scripting APIs of this package.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"metadata": [
{
"src": [{"src": "../../Runtime", "files": ["**/*.cs"]}],
"src": [{"src": "../Runtime", "files": ["**/*.cs"]}],
"dest": "api",
"allowCompilationErrors": true,
"memberLayout": "separatePages",
Expand All @@ -13,8 +13,13 @@
"https://learn.microsoft.com/en-us/dotnet/.xrefmap.json",
"unity-xrefmap.yml"
],
"markdownEngineName": "markdig",
"markdownEngineProperties": {
"markdigExtensions": [ "footnotes" ]
},
"content": [
{"files": ["*.md", "toc.yml"]},
{"src": "manual", "files": ["*.yml", "*.md", "**/*.md"], "dest": "manual"},
{"src": "api", "files": ["*.yml", "index.md", "andywiecko.md"], "dest": "api"},
{"src": "changelog", "files": ["toc.yml", "CHANGELOG.md"], "dest": "changelog"},
{"src": "license", "files": ["toc.yml", "LICENSE.md"], "dest": "license"}
Expand Down
9 changes: 0 additions & 9 deletions Documentation~/docfx/api/index.md

This file was deleted.

4,314 changes: 0 additions & 4,314 deletions Documentation~/docfx/images/burst-triangulator-logo-light-mode.svg

This file was deleted.

3 changes: 0 additions & 3 deletions Documentation~/docfx/index.md

This file was deleted.

387 changes: 0 additions & 387 deletions Documentation~/guitar-dt-dark.svg

This file was deleted.

387 changes: 0 additions & 387 deletions Documentation~/guitar-dt-light.svg

This file was deleted.

18 changes: 0 additions & 18 deletions Documentation~/guitar.svg

This file was deleted.

Loading

0 comments on commit e0b4b1c

Please sign in to comment.