mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-08 19:26:03 +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
7
Makefile
7
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue