From 95f53162914fc7619acb1911c0dec32ca419121f Mon Sep 17 00:00:00 2001 From: SyedAhkam Date: Fri, 6 Oct 2023 20:30:18 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20SyedAhka?= =?UTF-8?q?m/android-cli@97eda8786bf22d9e5ed05a152b0a8af12eb8f2ee=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + book.toml | 6 ++++++ src/SUMMARY.md | 3 +++ src/introduction.md | 5 +++++ 4 files changed, 15 insertions(+) create mode 100644 .gitignore create mode 100644 book.toml create mode 100644 src/SUMMARY.md create mode 100644 src/introduction.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7585238 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +book diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..4b4fd3b --- /dev/null +++ b/book.toml @@ -0,0 +1,6 @@ +[book] +title="Android CLI" +authors = ["Syed Ahkam"] +language = "en" +multilingual = false +src = "src" diff --git a/src/SUMMARY.md b/src/SUMMARY.md new file mode 100644 index 0000000..e0ff9f9 --- /dev/null +++ b/src/SUMMARY.md @@ -0,0 +1,3 @@ +# Summary + +- [Introduction](./introduction.md) diff --git a/src/introduction.md b/src/introduction.md new file mode 100644 index 0000000..3d79791 --- /dev/null +++ b/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