Browse Source

fmt: initial support for mdbook

Seven Du 3 years ago
parent
commit
f8c8cb2c6e
4 changed files with 24 additions and 0 deletions
  1. 14 0
      fmt/mdbook/SUMMARY.md
  2. 6 0
      fmt/mdbook/book.toml
  3. 3 0
      fmt/mdbook/src/SUMMARY.md
  4. 1 0
      fmt/mdbook/src/chapter_1.md

+ 14 - 0
fmt/mdbook/SUMMARY.md

@@ -0,0 +1,14 @@
+# Summary
+
+- [Index](./index.md)
+- [Download](./index.md)
+- [CookBooks](./index.md)
+    - [Devel](./cookbooks/devel/core.md)
+    - [5.5.x](./cookbooks/5.5.x/core.md)
+    - [5.4.x](./cookbooks/5.4.x/core.md)
+    - [5.3.x](./cookbooks/5.3.x/core.md)
+    - [5.2.x](./cookbooks/5.2.x/core.md)
+    - [5.1.x](./cookbooks/5.1.x/core.md)
+    - [5.0.x](./cookbooks/5.0.x/core.md)
+    - [4.4.x](./cookbooks/4.4.x/core.md)
+    - [4.3.x](./cookbooks/4.3.x/core.md)

+ 6 - 0
fmt/mdbook/book.toml

@@ -0,0 +1,6 @@
+[book]
+authors = ["Kamailio Developers and Contributors"]
+language = "en"
+multilingual = false
+src = "../../docs"
+title = "Kamailio Wiki Documentation"

+ 3 - 0
fmt/mdbook/src/SUMMARY.md

@@ -0,0 +1,3 @@
+# Summary
+
+- [Chapter 1](./chapter_1.md)

+ 1 - 0
fmt/mdbook/src/chapter_1.md

@@ -0,0 +1 @@
+# Chapter 1