Skip to content

Commit 95f5316

Browse files
committed
Deploying to gh-pages from @ 97eda87 🚀
1 parent a71c4ad commit 95f5316

4 files changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
book

book.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[book]
2+
title="Android CLI"
3+
authors = ["Syed Ahkam"]
4+
language = "en"
5+
multilingual = false
6+
src = "src"

src/SUMMARY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Summary
2+
3+
- [Introduction](./introduction.md)

src/introduction.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Introduction
2+
3+
Welcome to the documentation for Android CLI.
4+
5+
Currently in development, stay tuned!

0 commit comments

Comments
 (0)