diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 7390c82..7f19a41 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,3 +1,3 @@ # Summary -- [Chapter 1](./chapter_1.md) +- [Something](./something.md) diff --git a/src/chapter_1.md b/src/chapter_1.md deleted file mode 100644 index b743fda..0000000 --- a/src/chapter_1.md +++ /dev/null @@ -1 +0,0 @@ -# Chapter 1 diff --git a/src/something.md b/src/something.md new file mode 100644 index 0000000..7150ebf --- /dev/null +++ b/src/something.md @@ -0,0 +1,3 @@ +# The Den Rebase Docs + +Something would go here, but we're not sure what yet. \ No newline at end of file