Skip to content

Commit

Permalink
update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
syf20020816 committed Jun 6, 2024
1 parent f8e35f6 commit a48263d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
5 changes: 4 additions & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ edition = "2021"
extra-watch-dirs = ["po", "third_party"]

[preprocessor.gettext]
after = ["links"]
after = ["links"]

[output.html]
git-repository-url = "https://github.com/palpus-rs/Gen-UI.github.io"
23 changes: 14 additions & 9 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Summary

# Welcome to Makepad Book

---
- [Introduction](./makepad/introduction.md)
- [Installation](./makepad/installation.md)

---


# Makepad Tutorials
---
- [Tutorials](./makepad/tutorials.md)
- [QuickStart](./makepad/quickstart.md)
- [Project Structure](./makepad/structure/structure.md)
Expand All @@ -17,15 +18,16 @@
- [For Loop Widget](./makepad/code/widgets/for.md)
- [Videos](./makepad/videos.md)

---


# Makepad Examples
---
- [Examples](./makepad/example/example.md)
- [Todo Example](./makepad/example/todo/todo.md)

---

# Makepad BuiltIn Concepts
---
- [Built-In](./makepad/built-in/built-in.md)
- [Walk](./makepad/built-in/types/walk.md)
- [DVec2|Vec2](./makepad/built-in/types/dvec2.md)
Expand Down Expand Up @@ -112,16 +114,18 @@
- [ScrollBar(s)](./makepad/built-in/components/scrollbar.md)
- [Dock⛔]()

---


# Makepad Effect
---
- [Effect](./makepad/effect/effect.md)
- [background](./makepad/effect/bg.md)
- [shape](./makepad/effect/shape.md)

---


# Makepad Syntax
---
- [Syntax](./makepad/syntax/syntax.md)
- [Global](./makepad/syntax/global.md)
- [Import](./makepad/syntax/import.md)
Expand All @@ -130,20 +134,21 @@
- [Event](./makepad/event/event.md)
- [MatchEvent](./makepad/event/match_event.md)

---

# Makepad Current Issues
---
- [Issues](./makepad/issues.md)

---


# Makepad Update Log
---
- [Makepad](./makepad/update/makepad.md)
- [Makepad Widget](./makepad/update/makepad_widget.md)

---

# GenUI
---
- [GenUI-Design](./gen/design/gen-ui-design.md)
- [Parser](./gen/design/parser/parser.md)
- [Result](./gen/design/parser/result.md)
Expand Down

0 comments on commit a48263d

Please sign in to comment.