-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The existing content has been modified a little so that it renders properly using design-system.fifthtry.site package. The published website will be the primary way to consume this spec content.
- Loading branch information
1 parent
58619dd
commit 3811378
Showing
6 changed files
with
18,827 additions
and
42 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
.packages/ |
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,9 @@ | ||
-- import: fastn | ||
|
||
-- fastn.package: fast-nspec | ||
|
||
-- fastn.dependency: design-system.fifthtry.site | ||
|
||
|
||
-- fastn.auto-import: design-system.fifthtry.site as ds | ||
-- fastn.auto-import: fastn/processors as pr |
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,35 @@ | ||
-- ds.page: `fastn` Specification | ||
|
||
-- ds.section-column: | ||
align-content: left | ||
inset: $ds.spaces.inset-wide.large | ||
|
||
|
||
-- ds.copy-regular: | ||
|
||
`fastn` is a framework to build UIs. This spec describes the syntax for `fastn` | ||
programs and their capabilities. | ||
|
||
[TBD] A more better introduction can be prepared later. | ||
|
||
This is not yet a formal document. It is a work in progress, and written in | ||
relatively plain English. The goal is to make this an unambiguous document that | ||
can be used to implement `fastn`. Any contribution is welcome. | ||
|
||
The conversations related to the spec takes place on | ||
[fastn-stack/fastn](https://github.com/orgs/fastn-stack/discussions) and on our | ||
[discord server](https://discord.gg/fastn-stack-793929082483769345) | ||
|
||
Currently there is only [one implementation of | ||
`fastn`](https://github.com/fastn-stack/fastn/), but other alternate | ||
implementation can be derived using this spec. | ||
|
||
|
||
-- ds.heading-large: Table of Contents | ||
|
||
- [Overview](/overview/) | ||
- [`ftd::p1` grammar](/p1/) | ||
|
||
|
||
-- end: ds.section-column | ||
-- end: ds.page |
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