Skip to content

Commit

Permalink
deploy: 038e7de
Browse files Browse the repository at this point in the history
  • Loading branch information
gsalunke committed Sep 11, 2023
1 parent f6db051 commit e96209c
Show file tree
Hide file tree
Showing 7 changed files with 5,088 additions and 2,050 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions -/fastn-community.github.io/header/static/search-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,724 changes: 1,243 additions & 481 deletions featured-listing-page/index.html

Large diffs are not rendered by default.

2,228 changes: 1,495 additions & 733 deletions featured/index.html

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions index.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ boolean full-width: false
boolean show-layout-bar: false
boolean full-width-bar: false
ftd.ui list full-width-wrap:
boolean search: true
optional string search-url: /search/

-- ftd.document:
title if { page.document-title != NULL }: $page.document-title
Expand Down Expand Up @@ -112,6 +114,8 @@ full-width: $page.full-width
show-layout-bar: $page.show-layout-bar
full-width-bar: $page.full-width-bar
full-width-wrap: $page.full-width-wrap
search: $page.search
search-url: $page.search-url

-- end: ftd.desktop

Expand Down Expand Up @@ -141,6 +145,8 @@ distribution-bar: $page.distribution-bar
show-layout-bar: $page.show-layout-bar
full-width-bar: $page.full-width-bar
full-width-wrap: $page.full-width-wrap
search: $page.search
search-url: $page.search-url

-- end: ftd.mobile

Expand Down Expand Up @@ -194,6 +200,8 @@ boolean full-width: false
boolean show-layout-bar: false
boolean full-width-bar: false
ftd.ui list full-width-wrap:
boolean search: false
optional string search-url:

-- ftd.column:
width: fill-container
Expand All @@ -214,6 +222,8 @@ current-url: /
menu-icon: $assets.files.static.hamburger.svg
github-icon: $doc-page-desktop.github-icon
github-url: $doc-page-desktop.github-url
search: $doc-page-desktop.search
search-url: $doc-page-desktop.search-url

-- ftd.column:
if: { doc-page-desktop.show-layout-bar }
Expand Down Expand Up @@ -688,6 +698,8 @@ boolean distribution-bar: false
boolean show-layout-bar: false
boolean full-width-bar: false
ftd.ui list full-width-wrap:
boolean search: false
optional string search-url:

-- ftd.column:
width: fill-container
Expand All @@ -709,6 +721,8 @@ current-url: /
menu-icon: $assets.files.static.hamburger.svg
github-icon: $doc-page-mobile.github-icon
github-url: $doc-page-mobile.github-url
search: $doc-page-mobile.search
search-url: $doc-page-mobile.search-url

-- ftd.column:
width: fill-container
Expand Down
1,364 changes: 1,048 additions & 316 deletions index.html

Large diffs are not rendered by default.

1,802 changes: 1,282 additions & 520 deletions template-listing/index.html

Large diffs are not rendered by default.

0 comments on commit e96209c

Please sign in to comment.