From 41dd29e25f9cf67a1e54800c58649d664a0a467a Mon Sep 17 00:00:00 2001 From: gareth Date: Fri, 17 Aug 2018 14:24:12 +0100 Subject: [PATCH] Added some new placeholders --- docs/corewar/benchmarks.md | 2 ++ docs/corewar/hills.md | 2 ++ docs/corewar/loader.md | 3 ++- docs/corewar/match_settings.md | 1 + docs/corewar/strategies.md | 2 ++ mkdocs.yml | 8 ++++++-- 6 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 docs/corewar/benchmarks.md create mode 100644 docs/corewar/hills.md create mode 100644 docs/corewar/match_settings.md create mode 100644 docs/corewar/strategies.md diff --git a/docs/corewar/benchmarks.md b/docs/corewar/benchmarks.md new file mode 100644 index 00000000..ce4a798b --- /dev/null +++ b/docs/corewar/benchmarks.md @@ -0,0 +1,2 @@ +# Benchmarks + diff --git a/docs/corewar/hills.md b/docs/corewar/hills.md new file mode 100644 index 00000000..4f0d7736 --- /dev/null +++ b/docs/corewar/hills.md @@ -0,0 +1,2 @@ +# Hills + diff --git a/docs/corewar/loader.md b/docs/corewar/loader.md index 61f77258..df45c5d6 100644 --- a/docs/corewar/loader.md +++ b/docs/corewar/loader.md @@ -1 +1,2 @@ -#Loader \ No newline at end of file +#Loader + diff --git a/docs/corewar/match_settings.md b/docs/corewar/match_settings.md new file mode 100644 index 00000000..e2b622f9 --- /dev/null +++ b/docs/corewar/match_settings.md @@ -0,0 +1 @@ +# Match Settings \ No newline at end of file diff --git a/docs/corewar/strategies.md b/docs/corewar/strategies.md new file mode 100644 index 00000000..8abd5646 --- /dev/null +++ b/docs/corewar/strategies.md @@ -0,0 +1,2 @@ +# Strategies + diff --git a/mkdocs.yml b/mkdocs.yml index 6234eb7c..ef81fa9b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,10 +5,14 @@ pages: - Guide to Corewar: - Intro: corewar/index.md - Core: corewar/core.md - - Warriors: corewar/warriors.md - Loader: corewar/loader.md - - Execution: corewar/execution.md + - Warriors: corewar/warriors.md - Processes: corewar/processes.md + - Execution: corewar/execution.md + - Match Settings: corewar/match_settings.md + - Hills: corewar/hills.md + - Benchmarks: corewar/benchmarks.md + - Strategies: corewar/strategies.md - Redcode Reference: - Intro: redcode/index.md - Operands: redcode/operands.md