mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 23:22:56 +00:00
Docs dir template
This commit is contained in:
parent
f6d74b5760
commit
731275954e
3 changed files with 19 additions and 0 deletions
14
docs/book.toml
Normal file
14
docs/book.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[book]
|
||||
authors = ["Abdulla Abdurakhmanov"]
|
||||
language = "en"
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "Slack Morphism for Rust"
|
||||
description = "Slack Morphism is a type-safe and modern client for Rust"
|
||||
|
||||
[rust]
|
||||
edition = "2018"
|
||||
|
||||
[build]
|
||||
build-dir = "output"
|
||||
create-missing = false
|
||||
3
docs/src/SUMMARY.md
Normal file
3
docs/src/SUMMARY.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Summary
|
||||
|
||||
- [Chapter 1](./chapter_1.md)
|
||||
2
docs/src/chapter_1.md
Normal file
2
docs/src/chapter_1.md
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Chapter 1
|
||||
test
|
||||
Loading…
Add table
Reference in a new issue