summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/docs/code.md3
-rw-r--r--docs/docs/index.md2
2 files changed, 4 insertions, 1 deletions
diff --git a/docs/docs/code.md b/docs/docs/code.md
new file mode 100644
index 0000000..e1ac884
--- /dev/null
+++ b/docs/docs/code.md
@@ -0,0 +1,3 @@
+# Code documentation
+
+This site documentates minesweeper code. \ No newline at end of file
diff --git a/docs/docs/index.md b/docs/docs/index.md
index 862dd7e..d792196 100644
--- a/docs/docs/index.md
+++ b/docs/docs/index.md
@@ -1,4 +1,4 @@
-# minesweeper
+# About
A reimplementation of minesweeper game in C++ in terminal.