Skip to content

Commit 764369a

Browse files
authored
Pooja/fix home (#63)
* Fix home page UI * Changes by Ideagarage
1 parent 86e637f commit 764369a

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

docs/ff-integrations/notifications/one-signal/one-signal.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,9 @@ You can find out if the user was successfuly added to the subscription by naviga
108108

109109
![img_2.png](img_2.png)
110110

111+
:::info[OneSignal for Supabase Users]
112+
Currently, Our OneSignal integration supports Firebase authentication. If you want to use Supabase authentication, you may need to provide custom code to notify your users for now.
113+
:::
114+
111115

112116

docs/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: FlutterFlow Documentation
3+
custom_edit_url: null
4+
showLastUpdateTime: false
35
hide_title: true
46
sidebar_label: Overview
57
slug: /
@@ -18,11 +20,11 @@ import UsersIcon from '@site/static/icons/users.png';
1820
import BranchIcon from '@site/static/icons/branch_New.png';
1921

2022

21-
<FlutterFlowDocsLogo />
2223

2324

24-
# Quickly build beautiful apps, without limitation.
25-
### FlutterFlow is a visual development environment that lets you build mobile, web, and desktop apps incredibly fast, without sacrificing quality or features.
25+
26+
## Quickly build beautiful apps, without limitation.
27+
FlutterFlow is a visual development environment that lets you build mobile, web, and desktop apps incredibly fast, without sacrificing quality or features.
2628

2729
<InfoCards>
2830
<InfoCard icon={GearIcon} title="Before You Begin" description="Ensure you meet system requirements and grasp technical concepts for smooth building in FlutterFlow." pagePath="/intro/before-you-begin/setting-up-flutterflow" />

docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ const config: Config = {
2222
routeBasePath: '/',
2323
sidebarPath: './sidebars.ts',
2424
editUrl: 'https://github.com/FlutterFlow/flutterflow-documentation/edit/main/',
25-
showLastUpdateAuthor: true,
25+
showLastUpdateAuthor: false,
2626
showLastUpdateTime: true,
27-
// exclude: ['README.md'],
27+
exclude: ['docs/index.md'],
2828
// lastVersion: 'current',
2929
// versions: {
3030
// current: {

src/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
See css var + hsl color palette technique:
55
https://blog.maximeheckel.com/posts/the-power-of-composition-with-css-variables/
66
*/
7+
--border: 1px solid #d9d6d6;
8+
--selected-border: 1px solid var(--ifm-color-primary);
9+
710
--site-primary-hue-saturation: 167 68%;
811
--site-color-feedback-background: #f0f8ff;
912
--docusaurus-highlighted-code-line-bg: rgb(0 0 0 / 10%);

0 commit comments

Comments
 (0)