-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade documentation to latest Nacara
- Loading branch information
1 parent
844c54a
commit a84fe7b
Showing
24 changed files
with
1,833 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -339,3 +339,5 @@ ASALocalRun/ | |
fableBuild | ||
examples/output/ | ||
temp/ | ||
docs_deploy/ | ||
.nacara/ |
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: Fable.Form.Simple.Bulma | ||
layout: changelog | ||
extra: | ||
changelog_path: ./../../../packages/Fable.Form.Simple.Bulma/CHANGELOG.md | ||
changelog_path: ./../../packages/Fable.Form.Simple.Bulma/CHANGELOG.md | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: Fable.Form.Simple | ||
layout: changelog | ||
extra: | ||
changelog_path: ./../../../packages/Fable.Form.Simple/CHANGELOG.md | ||
changelog_path: ./../../packages/Fable.Form.Simple/CHANGELOG.md | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: Fable.Form | ||
layout: changelog | ||
extra: | ||
changelog_path: ./../../../packages/Fable.Form/CHANGELOG.md | ||
changelog_path: ./../../packages/Fable.Form/CHANGELOG.md | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
--- | ||
title: fable-form-simple-bulma | ||
layout: changelog | ||
extra: | ||
changelog_path: ./../../../packages/fable-form-simple-bulma/CHANGELOG.md | ||
changelog_path: ./../../packages/fable-form-simple-bulma/CHANGELOG.md | ||
--- |
1 change: 1 addition & 0 deletions
1
....Form.Simple.Bulma/components/fieldset.md → ...-form-simple-bulma/components/fieldset.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
layout: standard | ||
title: Fieldset / Groups | ||
--- | ||
|
||
|
1 change: 1 addition & 0 deletions
1
...Form.Simple.Bulma/components/form-list.md → ...form-simple-bulma/components/form-list.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
layout: standard | ||
title: Form list | ||
--- | ||
|
||
|
1 change: 1 addition & 0 deletions
1
docs/Fable.Form.Simple.Bulma/installation.md → docs/fable-form-simple-bulma/installation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
layout: standard | ||
title: Installation | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[ | ||
"fable-form-simple-bulma/installation", | ||
{ | ||
"type": "section", | ||
"label": "Components", | ||
"items": [ | ||
"fable-form-simple-bulma/components/fieldset", | ||
"fable-form-simple-bulma/components/form-list" | ||
] | ||
} | ||
] |
1 change: 1 addition & 0 deletions
1
docs/Fable.Form.Simple/customisation.md → docs/fable-form-simple/customisation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
layout: standard | ||
title: Custom view templates | ||
--- | ||
|
||
|
1 change: 1 addition & 0 deletions
1
docs/Fable.Form.Simple/features.md → docs/fable-form-simple/features.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
layout: standard | ||
title: Features | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[ | ||
"fable-form-simple/features", | ||
"fable-form-simple/customisation" | ||
] |
1 change: 1 addition & 0 deletions
1
docs/getting_started/how_to_use.md → docs/fable-form/how_to_use.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
--- | ||
layout: standard | ||
title: How to use ? | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[ | ||
{ | ||
"type": "section", | ||
"label": "Getting started", | ||
"items": [ | ||
"fable-form/how_to_use", | ||
"fable-form/use_what_you_need" | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
layout: standard | ||
title: Sponsors & Backers | ||
--- | ||
|
||
The development of this project is made possible thanks to the support of these awesome sponsors & backers. | ||
|
||
[Become a backer or sponsor on Patreon](https://www.patreon.com/MangelMaxime) | ||
|
||
If you prefer one time donation, you can do it via [Paypal](https://www.paypal.me/MangelMaxime) | ||
|
||
<object data="https://mangelmaxime.github.io/sponsors/backers.svg"></object> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
{ | ||
"serverPort": 8081, | ||
"siteMetadata": { | ||
"title": "Fable.Form", | ||
"url": "https://mangelmaxime.github.io", | ||
"baseUrl": "/Fable.Form/", | ||
"editUrl" : "https://github.com/MangelMaxime/Fable.Form/edit/main/docs" | ||
}, | ||
"navbar": { | ||
"start": [ | ||
{ | ||
"pinned": true, | ||
"label": "Docs", | ||
"items": [ | ||
{ | ||
"section": "fable-form", | ||
"label": "Fable.Form", | ||
"description": "Extensible core library used to build forms", | ||
"url": "/Fable.Form/fable-form/how_to_use.html" | ||
}, | ||
"divider", | ||
{ | ||
"section": "fable-form-simple", | ||
"label": "Fable.Form.Simple", | ||
"description": "Simple form implementation, you can write your own view on top of it", | ||
"url": "/Fable.Form/fable-form-simple/features.html" | ||
}, | ||
"divider", | ||
{ | ||
"section": "fable-form-simple-bulma", | ||
"label": "Fable.Form.Simple.Bulma", | ||
"description": "View implementation for Fable.Form.Simple based on Bulma", | ||
"url": "/Fable.Form/fable-form-simple-bulma/installation.html" | ||
} | ||
] | ||
}, | ||
{ | ||
"section": "examples", | ||
"label": "Examples", | ||
"url": "/Nacara/reference/Nacara.Core/index.html" | ||
}, | ||
{ | ||
"section": "changelogs", | ||
"label": "Changelogs", | ||
"items": [ | ||
{ | ||
"label": "Nacara", | ||
"url": "/Nacara/changelogs/nacara.html" | ||
}, | ||
{ | ||
"label": "Nacara.Core", | ||
"url": "/Nacara/changelogs/nacara-core.html" | ||
}, | ||
{ | ||
"label": "Nacara.Standard.Layout", | ||
"url": "/Nacara/changelogs/nacara-layout-standard.html" | ||
}, | ||
{ | ||
"label": "Nacara.ApiGen", | ||
"url": "/Nacara/changelogs/nacara-apigen.html" | ||
} | ||
] | ||
}, | ||
{ | ||
"url": "https://gitter.im/fable-compiler/Fable", | ||
"label": "Support" | ||
}, | ||
{ | ||
"section": "sponsors", | ||
"label": "Sponsors", | ||
"url": "/Fable.Form/sponsors.html" | ||
} | ||
], | ||
"end": [ | ||
{ | ||
"url": "https://github.com/MangelMaxime/Fable.Form", | ||
"icon": "fab fa-github", | ||
"label": "GitHub" | ||
}, | ||
{ | ||
"url": "https://twitter.com/MangelMaxime", | ||
"icon": "fab fa-twitter", | ||
"label": "Twitter" | ||
} | ||
] | ||
}, | ||
"remarkPlugins": [ | ||
{ | ||
"resolve": "gatsby-remark-vscode", | ||
"property": "remarkPlugin", | ||
"options": { | ||
"theme": "Atom One Light", | ||
"extensions": [ | ||
"vscode-theme-onelight" | ||
] | ||
} | ||
}, | ||
{ | ||
"resolve": "remark-github", | ||
"options": { | ||
"repository": "MangelMaxime/Fable.Form" | ||
} | ||
} | ||
], | ||
"layouts": [ | ||
"nacara-layout-standard" | ||
] | ||
} |
Oops, something went wrong.