diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 6ce4760..86083fc 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,6 +1,6 @@ # Summary -- [Grezi](./chapter_1.md) +- [Grezi](./index.md) - [Viewboxes](./viewboxes.md) - [Objects](./objects.md) - [Paragraphs](./paragraphs.md) @@ -9,3 +9,4 @@ - [Slides](./slides.md) - [Functions](./functions.md) - [Actions](./actions.md) +- [Special Language Server Functions](./lsp.md) diff --git a/src/chapter_1.md b/src/index.md similarity index 100% rename from src/chapter_1.md rename to src/index.md diff --git a/src/lsp.md b/src/lsp.md new file mode 100644 index 0000000..febc383 --- /dev/null +++ b/src/lsp.md @@ -0,0 +1 @@ +# Special Language Server Functions diff --git a/src/slides.md b/src/slides.md index b13f458..e9a8e5a 100644 --- a/src/slides.md +++ b/src/slides.md @@ -1,3 +1,13 @@ # Slides +Slides describe which objects should go on the screen, where those objects are coming from, and where they're going. +A slide looks like this + +``` +{ + TitleImage: ViewBox[0]...., + Title: ViewBox[0]__.., + Subtitle: ViewBox[1]__.., +}[] +```