Add first example of docs

This commit is contained in:
Daniel Cronqvist 2024-08-17 00:07:52 +02:00
parent e6d94247c1
commit 0ceb27a4ca
9 changed files with 76 additions and 5 deletions

View file

@ -1,6 +1,13 @@
test:
dotnet test src/DotTiled.sln
docs-serve: docs-build
docfx docs/docfx.json --serve
docs-build:
cp README.md docs/index.md
docfx docs/docfx.json
BENCHMARK_SOURCES = DotTiled.Benchmark/Program.cs DotTiled.Benchmark/DotTiled.Benchmark.csproj
BENCHMARK_OUTPUTDIR = DotTiled.Benchmark/BenchmarkDotNet.Artifacts
.PHONY: benchmark