Skip to content

Commit

Permalink
updating book
Browse files Browse the repository at this point in the history
  • Loading branch information
clpi committed Nov 17, 2024
1 parent 637a6ac commit 65ae1c1
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ check back!

## Credits

`word.lua` is a project by [clpi](github.com/clpi) and is licensed under the [MIT](./LICENSE) license.

thank you and keep updated!

- [The word book](https://word.cli.st)
Expand Down
12 changes: 12 additions & 0 deletions book/.markdownlintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
/* Wrap lines at 100 chars */
"MD013": {
"line_length": 100
},

/* Allow inline-html */
"MD033": false,

/* Allow non-headings at the top of files */
"MD041": false
}
18 changes: 14 additions & 4 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,33 @@ Welcome to the `word.lua` book. I hope this helps!

---

3. [Configuring](./config.md)
As for some basic info about `word.lua`:

3. [About](./about.md)
1. [Options](./about/options.md)
2. [Commands](./about/commands.md)
3. [Autocommands](./about/autocommands.md)

---

4. [Configuring](./config.md)
1. [Setting up](./config/setting-up.md)
2. [Basic](./config/basic.md)
3. [Advanced](./config/advanced.md)

---

4. [Extending](./extend.md)
5. [Extending](./extend.md)
1. [Plugins](./extend/plugins.md)
2. [inits](./extend/inits.md)
3. [Keymaps](./extend/keymaps.md)
4. [Autocmds](./extend/autocmd.md)

---

5. [Customizing](./customizing.md)
2. [Themes](./extend/themes.md)
6. [Customizing](./customizing.md)
2. [Themes](./customizing/themes.md)
2. [Highlights](./customizing/highlights.md)

---

Expand Down
Empty file added book/src/about/autocommands.md
Empty file.
Empty file added book/src/about/commands.md
Empty file.
Empty file.
Empty file added book/src/options.md
Empty file.

0 comments on commit 65ae1c1

Please sign in to comment.