Skip to content

Commit 4d7319e

Browse files
committed
reorganize docs structure
1 parent 2d78a1c commit 4d7319e

File tree

19 files changed

+37
-28
lines changed

19 files changed

+37
-28
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/developer-guide/introduction.md renamed to docs/developer-guide/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
description: An introduction about Lite XL's concepts and how they tie in to plugin development.
33
---
44

5+
# Developer Guide
6+
57
Lite XL has little functionalities without plugins — anything that can be implemented as plugins can
68
and _will_ be implemented as one.
79

@@ -43,4 +45,4 @@ Follow [this guide][9] to learn how it works.
4345
[6]: https://github.com/rxi/lite
4446
[7]: https://rxi.github.io/lite_an_implementation_overview.html
4547
[8]: https://github.com/lite-xl/lite-xl-plugins/blob/master/plugins/lite-debugger.lua?raw=1
46-
[9]: ./debugging.md
48+
[9]: ./writing-plugins/debugging.md
File renamed without changes.

docs/developer-guide/views-toolbarview.md renamed to docs/developer-guide/samples/views-toolbarview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ return toolbar
157157
```
158158

159159

160-
[screenshot-toolbarview]: ../assets/screenshots/views/toolbarview.png
161-
[drag-n-drop]: ../assets/screenshots/views/drag-n-drop.png
162-
[red-button]: ../assets/screenshots/views/red-button.png
163-
[customize-codes]: ../assets/screenshots/views/customize-codes.png
160+
[screenshot-toolbarview]: ../../assets/screenshots/views/toolbarview.png
161+
[drag-n-drop]: ../../assets/screenshots/views/drag-n-drop.png
162+
[red-button]: ../../assets/screenshots/views/red-button.png
163+
[customize-codes]: ../../assets/screenshots/views/customize-codes.png
164164
[learning-lua]: https://www.lua.org/pil/contents.html
165165
[fontello]: https://fontello.com/
File renamed without changes.

docs/developer-guide/creating-themes.md renamed to docs/developer-guide/syntaxes-and-themes/creating-themes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@ It's not recommended changing these values unless you know what you're doing.
182182

183183

184184
[lite-xl-colors]: https://github.com/lite-xl/lite-xl-colors/blob/master/colors/dracula.lua
185-
[basic-layout]: ../assets/developer-guide/creating-themes/basic-layout.png
186-
[scrollbar]: ../assets/developer-guide/creating-themes/scrollbar.png
187-
[nagbar]: ../assets/developer-guide/creating-themes/nagbar.png
185+
[basic-layout]: ../../assets/developer-guide/creating-themes/basic-layout.png
186+
[scrollbar]: ../../assets/developer-guide/creating-themes/scrollbar.png
187+
[nagbar]: ../../assets/developer-guide/creating-themes/nagbar.png
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)