Skip to content

Commit

Permalink
docs: rewrite of the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Nov 19, 2018
1 parent e6fb15f commit 5f71d0a
Show file tree
Hide file tree
Showing 29 changed files with 1,535 additions and 749 deletions.
3 changes: 3 additions & 0 deletions .gitbook.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
structure:
readme: README.md
summary: docs/README.md
819 changes: 70 additions & 749 deletions README.md

Large diffs are not rendered by default.

35 changes: 35 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Table of Contents

- [Getting Started](../README.md)

## Core Concepts

- [Introduction](core-concepts/introduction.md)
- [Descriptors](core-concepts/descriptors.md)
- [Factories](core-concepts/factories.md)
- [Translation](core-concepts/translation.md)
- [Definition](core-concepts/definition.md)

## Built-in Factories
- [Property](built-in-factories/property.md)
- [Parent & Children](built-in-factories/parent-children.md)
- [Render](built-in-factories/render.md)

## Template Engine

- [Overview](template-engine/overview.md)
- [Properties & Attributes](template-engine/properties-and-attributes.md)
- [Event Listeners](template-engine/event-listeners.md)
- [Values](template-engine/values.md)
- [Conditions](template-engine/conditions.md)
- [Iteration](iteration.md)
- [Nested Templates](template-engine/nested-templates.md)
- [Promises](template-engine/promises.md)
- [Resolving Dependencies](template-engine/resolving-dependencies.md)
- [Limitations](template-engine/limitations.md)

## Misc

- [Utils](misc/utils.md)
- [API Reference](misc/api-reference.md)
- [Change Log](../CHANGELOG.md)
285 changes: 285 additions & 0 deletions docs/assets/lifecycle.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/assets/simple-counter.png
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/built-in-factories/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Built-in Factories

- [Property](property.md)
- [Parent & Children](parent-children.md)
- [Render](render.md)

0 comments on commit 5f71d0a

Please sign in to comment.