diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..7585238 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +book diff --git a/docs/book.toml b/docs/book.toml new file mode 100644 index 0000000..4b4fd3b --- /dev/null +++ b/docs/book.toml @@ -0,0 +1,6 @@ +[book] +title="Android CLI" +authors = ["Syed Ahkam"] +language = "en" +multilingual = false +src = "src" diff --git a/docs/src/SUMMARY.md b/docs/src/SUMMARY.md new file mode 100644 index 0000000..e0ff9f9 --- /dev/null +++ b/docs/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +- [Introduction](./introduction.md) diff --git a/docs/src/introduction.md b/docs/src/introduction.md new file mode 100644 index 0000000..3d79791 --- /dev/null +++ b/docs/src/introduction.md @@ -0,0 +1,5 @@ +# Introduction + +Welcome to the documentation for Android CLI. + +Currently in development, stay tuned! \ No newline at end of file