generated from fastn-stack/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6430c71
commit 91479c3
Showing
103 changed files
with
3,334 additions
and
233 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
This file was deleted.
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 |
---|---|---|
@@ -1,42 +1,4 @@ | ||
# Overview | ||
# FifthTry UI | ||
|
||
[doc-site](https://fastn-community.github.io/doc-site/) will help you create | ||
a beautiful documentation site in no time. | ||
|
||
It provides out-of-the-box documentation features that can be used to create any | ||
kind of site(personal website, blog, etc). | ||
|
||
# Preview | ||
|
||
![doc-site](.github/assets/doc-site-example-dark.jpg) | ||
|
||
## Get Rolling | ||
|
||
[Click here](https://fastn-community.github.io/doc-site/) to learn how to use this template. | ||
|
||
# [Dive into the Docs](https://fastn-community.github.io/doc-site/) | ||
|
||
# See it in Action! | ||
|
||
Explore websites and projects that have utilized this component/template | ||
**[here](https://fastn-community.github.io/doc-site/#dart-used-by)** for | ||
inspiration. | ||
|
||
## fastn and Curious? | ||
|
||
Discover more of fastn here. | ||
|
||
- [Expander Crash Course](https://fastn.com/expander/) | ||
- [Video Tutorials](https://fastn.com/expander/hello-world/-/build/) | ||
- [Explore more Templates/ Components/ Package](https://fastn.com/featured/) | ||
|
||
## Become a fastn Contributor | ||
|
||
1. Finish the [Expander Crash Course](https://fastn.com/expander/) | ||
2. Share your progress and ideas on [Discord](https://discord.gg/bucrdvptYd). | ||
3. Let our team guide you on your contributor journey. | ||
|
||
## Become a fastn-trailblazer | ||
|
||
- [Join our Discord Server](https://discord.gg/bucrdvptYd) to connect with other fastn enthusiasts and stay up to date with the latest developments. | ||
- [Star us on GitHub](https://github.com/fastn-stack/fastn/) | ||
This repository contains the UIs created by FifthTry. These are used by the | ||
product or website hosted by FifthTry. |
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,15 @@ | ||
-- import: fastn-community.github.io/doc-site | ||
|
||
-- component page: | ||
optional caption title: | ||
optional body body: | ||
children wrapper: | ||
|
||
-- doc-site.page: $page.title | ||
body: $page.body | ||
site-name: FifthTry UI | ||
wrapper: $page.wrapper | ||
|
||
-- end: doc-site.page | ||
|
||
-- end: 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,8 @@ | ||
-- ds.page: Welcome to doc-site | ||
-- ds.page: FifthTry UIs | ||
|
||
These are list of products/websites hosted by FifthTry. | ||
|
||
⚡️ `doc-site` will help you create a beautiful documentation site in no time. | ||
- [Slides](slides/) | ||
|
||
It provides out-of-the-box documentation features that can be used to create any | ||
kind of site(personal website, blog, etc). | ||
|
||
[Click here](https://fastn-community.github.io/doc-site/) to read doc-site | ||
documentation. | ||
|
||
-- ds.h3: 🚀 Fast Track | ||
|
||
Create your first fastn [web-site](https://fastn.com/expander/hello-world/-/build/) | ||
project in just 5 minutes! | ||
|
||
-- ds.h3: 🌟 Whats next? | ||
|
||
Create your first page. | ||
[Click here to know more](https://fastn-community.github.io/doc-site/components/page/). | ||
|
||
-- ds.h3: 👀 Want to learn more? | ||
|
||
Feel free to check [our expander course](https://fastn.com/expander/) or jump | ||
into our [FifthTry Discord server](https://discord.gg/bucrdvptYd). | ||
|
||
|
||
-- ds.h3: 🎯 Used by? | ||
|
||
Our all documentation sites uses this `doc-site` theme. | ||
|
||
- [fastn.com](https://fastn.com/home/) | ||
- [FifthTry.com](https://www.fifthtry.com/) | ||
|
||
-- ds.h2: Learn fastn and become a pro? | ||
|
||
You are one click away, just check [our documentation](https://fastn.com/) and | ||
dont forget to jump into our [FifthTry Discord server](https://discord.gg/bucrdvptYd). | ||
|
||
-- end: ds.page |
This file was deleted.
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,5 @@ | ||
-- ds.page: Slides UIs | ||
|
||
- [Login](slides/login/) | ||
|
||
-- 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
-- import: fifthtry.github.io/ui/slides/ui/login | ||
|
||
-- slide-ds.page: | ||
|
||
-- login.login-page: Log in | ||
logo: $assets.files.slides.ui.assets.logo.svg | ||
cta-github: Continue with Github | ||
cta-github-link: /-/auth/login/?next=/p/1/1/ | ||
|
||
-- end: slide-ds.page |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.