From 0bbd1124c50b4aff87a7202cec27aa81236442fa Mon Sep 17 00:00:00 2001 From: James Skemp Date: Sat, 2 Sep 2023 17:07:54 -0500 Subject: [PATCH] Add new intro page and update links to Gitea --- book.toml | 6 +++--- src/SUMMARY.md | 1 + src/introduction.md | 7 +++++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 src/introduction.md diff --git a/book.toml b/book.toml index 4d3f1a3..82651e0 100644 --- a/book.toml +++ b/book.toml @@ -6,6 +6,6 @@ src = "src" title = "General Commands" [output.html] -git-repository-url = "https://gitlab.com/strivinglife/book-cmds" -edit-url-template = "https://gitlab.com/strivinglife/book-cmds/-/edit/master/{path}" -git-repository-icon = "fa-gitlab" +git-repository-url = "https://git.ebacher-skemp.com/books/book-cmds" +edit-url-template = "https://git.ebacher-skemp.com/books/book-cmds/-/edit/master/{path}" +git-repository-icon = "fa-git" diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 62810b9..f2639ed 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,5 +1,6 @@ # Summary +- [Introduction](./introduction.md) - [Node Commands](./node.md) - [My Node Globals](./node/globals.md) - [PowerShell Commands](./powershell.md) diff --git a/src/introduction.md b/src/introduction.md new file mode 100644 index 0000000..1e92cfc --- /dev/null +++ b/src/introduction.md @@ -0,0 +1,7 @@ +# Introduction +The following is a collection of commands for various languages and tools. + +This book is [generated with mdBook][mdbook] and hosted by [GitLab Pages](https://gitlab.com/strivinglife/book-cmds). + +## See Also +- [Git Commands](https://git.jamesrskemp.com/)