Skip to content

Commit 65ae1c1

Browse files
committed
updating book
1 parent 637a6ac commit 65ae1c1

File tree

7 files changed

+28
-4
lines changed

7 files changed

+28
-4
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ check back!
9191

9292
## Credits
9393

94+
`word.lua` is a project by [clpi](github.com/clpi) and is licensed under the [MIT](./LICENSE) license.
95+
9496
thank you and keep updated!
9597

9698
- [The word book](https://word.cli.st)

book/.markdownlintrc

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
/* Wrap lines at 100 chars */
3+
"MD013": {
4+
"line_length": 100
5+
},
6+
7+
/* Allow inline-html */
8+
"MD033": false,
9+
10+
/* Allow non-headings at the top of files */
11+
"MD041": false
12+
}

book/src/SUMMARY.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,33 @@ Welcome to the `word.lua` book. I hope this helps!
77

88
---
99

10-
3. [Configuring](./config.md)
10+
As for some basic info about `word.lua`:
11+
12+
3. [About](./about.md)
13+
1. [Options](./about/options.md)
14+
2. [Commands](./about/commands.md)
15+
3. [Autocommands](./about/autocommands.md)
16+
17+
---
18+
19+
4. [Configuring](./config.md)
1120
1. [Setting up](./config/setting-up.md)
1221
2. [Basic](./config/basic.md)
1322
3. [Advanced](./config/advanced.md)
1423

1524
---
1625

17-
4. [Extending](./extend.md)
26+
5. [Extending](./extend.md)
1827
1. [Plugins](./extend/plugins.md)
1928
2. [inits](./extend/inits.md)
2029
3. [Keymaps](./extend/keymaps.md)
2130
4. [Autocmds](./extend/autocmd.md)
2231

2332
---
2433

25-
5. [Customizing](./customizing.md)
26-
2. [Themes](./extend/themes.md)
34+
6. [Customizing](./customizing.md)
35+
2. [Themes](./customizing/themes.md)
36+
2. [Highlights](./customizing/highlights.md)
2737

2838
---
2939

book/src/about/autocommands.md

Whitespace-only changes.

book/src/about/commands.md

Whitespace-only changes.

book/src/customizing/highlights.md

Whitespace-only changes.

book/src/options.md

Whitespace-only changes.

0 commit comments

Comments
 (0)