Add new intro page and update links to Gitea

This commit is contained in:
James Skemp 2023-09-02 17:07:54 -05:00
parent 8a10e4f8e5
commit 0bbd1124c5
3 changed files with 11 additions and 3 deletions

View File

@ -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"

View File

@ -1,5 +1,6 @@
# Summary
- [Introduction](./introduction.md)
- [Node Commands](./node.md)
- [My Node Globals](./node/globals.md)
- [PowerShell Commands](./powershell.md)

7
src/introduction.md Normal file
View File

@ -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/)