We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d02e23 commit 52dfc7cCopy full SHA for 52dfc7c
examples/official-site/README.md
@@ -0,0 +1,12 @@
1
+# Official SQLPage site
2
+
3
+The SQLPage website is of course built with SQLPage !
4
5
+Things that you may be interested to look at:
6
+ - The [custom component we use for our stylish home page](./sqlpage/templates/shell-home.handlebars)
7
+ - The [migrations](./sqlpage/migrations) that populate the database with the documentation for all components
8
+ - The [advanced multistep form example](./examples/multistep-form/)
9
10
+It is hosted as a simple Docker container on [sql-page.com](https://sql-page.com).
11
12
+Feel free to [open a pull request](https://github.com/lovasoa/sqlpage/pulls) if you would like to add or change anything !
0 commit comments