-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] New Docs landing page #18752
base: master
Are you sure you want to change the base?
[WIP] New Docs landing page #18752
Conversation
docs/readme.mdx
Outdated
sectionName: 'Connector Catalog', | ||
list: [ | ||
{ displayName: 'Product release stages', link: '/stages'}, | ||
{ displayName: 'Open source connectors', link: '/stages'}, | ||
{ displayName: 'Cloud connectors', link: '/stages'}, | ||
] | ||
}, | ||
cloud: { | ||
sectionName: 'Airbyte Cloud', | ||
list: [ | ||
{ displayName: 'Start trial', link: '/stages'}, | ||
{ displayName: 'Get started', link: '/stages'}, | ||
{ displayName: 'Manage Cloud account', link: '/stages'}, | ||
] | ||
}, | ||
oss: { | ||
sectionName: 'Open Source', | ||
list: [ | ||
{ displayName: 'Deploy locally', link: '/stages'}, | ||
{ displayName: 'Deploy on Cloud', link: '/stages'}, | ||
{ displayName: 'Manage Deployment', link: '/stages'}, | ||
] | ||
}, | ||
concepts: { | ||
sectionName: 'Core Concepts', | ||
list: [ | ||
{ displayName: 'Namespaces', link: '/stages'}, | ||
{ displayName: 'Normalization', link: '/stages'}, | ||
{ displayName: 'Sync Modes', link: '/stages'}, | ||
] | ||
}, | ||
contribute: { | ||
sectionName: 'Contribute', | ||
list: [ | ||
{ displayName: 'Build a connector', link: '/stages'}, | ||
{ displayName: 'Contribute to Code', link: '/stages'}, | ||
{ displayName: 'Contribute to Docs', link: '/stages'}, | ||
] | ||
}, | ||
help: { | ||
sectionName: 'Get Help', | ||
list: [ | ||
{ displayName: 'Chat with Support', link: '/stages'}, | ||
{ displayName: 'Join us on Community Slack', link: '/stages'}, | ||
{ displayName: 'Report issues on GitHub', link: '/stages'}, | ||
] | ||
}, |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
This looks incredible, @sw-yx!!! Thank you!!! |
docs/readme.mdx
Outdated
export const items = { | ||
catalog: { | ||
sectionName: "Connector Catalog", | ||
list: [ | ||
{ displayName: "Product release stages", link: "/stages" }, | ||
{ displayName: "Open source connectors", link: "/stages" }, | ||
{ displayName: "Cloud connectors", link: "/stages" }, | ||
], | ||
}, | ||
cloud: { | ||
sectionName: "Airbyte Cloud", | ||
list: [ | ||
{ displayName: "Start trial", link: "/stages" }, | ||
{ displayName: "Get started", link: "/stages" }, | ||
{ displayName: "Manage Cloud account", link: "/stages" }, | ||
], | ||
}, | ||
oss: { | ||
sectionName: "Open Source", | ||
list: [ | ||
{ displayName: "Deploy locally", link: "/stages", flair: "Popular" }, | ||
{ displayName: "Deploy on Cloud", link: "/stages" }, | ||
{ displayName: "Manage Deployment", link: "/stages" }, | ||
], | ||
}, | ||
concepts: { | ||
sectionName: "Core Concepts", | ||
list: [ | ||
{ displayName: "Namespaces", link: "/stages" }, | ||
{ displayName: "Normalization", link: "/stages" }, | ||
{ displayName: "Sync Modes", link: "/stages" }, | ||
], | ||
}, | ||
contribute: { | ||
sectionName: "Contribute", | ||
list: [ | ||
{ displayName: "Build a connector", link: "/stages" }, | ||
{ displayName: "Contribute to Code", link: "/stages" }, | ||
{ displayName: "Contribute to Docs", link: "/stages" }, | ||
], | ||
}, | ||
help: { | ||
sectionName: "Get Help", | ||
list: [ | ||
{ displayName: "Chat with Support", link: "/stages" }, | ||
{ displayName: "Join us on Community Slack", link: "/stages" }, | ||
{ displayName: "Report issues on GitHub", link: "/stages" }, | ||
], | ||
}, | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sophia-wiley @Amruta-Ranade this is the place to edit the links
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Feel free to merge the changes :)
Oh, gotcha. @sophia-wiley can you help Shawn with the links? Happy to tag in if you don't have the bandwidth. LMK! |
@sw-yx @Amruta-Ranade I will add the links today :) |
@sw-yx is there any way that we can combine both search bars? @Amruta-Ranade and I were thinking that it might be confusing for users to have two search bars. We're hoping that the search bar you added could search all the docs. |
that search is provided via https://github.com/cmfcmf/docusaurus-search-local -> it is unfortunately not configurable and i dont see an easy way to combine it unless we fork the code severely, which we'd probably want someone else to own |
In that case, I think we should remove the connectors search bar and only keep the one in the corner. We're looking into getting help with implementing Algolia search -- we can revisit this when we pick up that project |
unable to resolve the yarn lock conflict, think need to reopen this PR |
What
new docs page for @Amruta-Ranade
as part of this work, we now also have:
figma
current state
light mode
dark mode
How
add tailwind and react