Skip to content

chore(typescript): introduce sdk design docs #11

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion fern/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
instances:
- url: fern-v2.docs.buildwithfern.com
edit-this-page:
github:
owner: fern
repo: docs
branch: main

title: Fern

Expand Down Expand Up @@ -118,4 +123,4 @@ layout:
page-width: 1504px
header-height: 75px
searchbar-placement: header
tabs-placement: header
tabs-placement: header
165 changes: 86 additions & 79 deletions fern/products/docs/docs.yml
Original file line number Diff line number Diff line change
@@ -1,84 +1,90 @@
navigation:
- section: Guides
- section: Getting Started
contents:
- section: Getting Started
contents:
- page: Overview
path: ./pages/guides/getting-started/overview.mdx
- page: Quickstart
path: ./pages/guides/getting-started/quickstart.mdx
- page: Migrate from an existing site
path: ./pages/guides/getting-started/migrate-from-existing-site.mdx
- page: Setting up your domain
path: ./pages/guides/getting-started/setting-up-your-domain.mdx
- page: Customer Showcase
path: ./pages/guides/getting-started/customer-showcase.mdx
- section: Reference
contents:
- page: What is docs.yml
path: ./pages/guides/reference/what-is-docs-yml.mdx
- page: Frontmatter
path: ./pages/guides/reference/frontmatter.mdx
- section: Navigation
contents:
- page: Overview
path: ./pages/guides/navigation/overview.mdx
- page: Tabs
path: ./pages/guides/navigation/tabs.mdx
- page: Versions
path: ./pages/guides/navigation/versions.mdx
- page: Products
path: ./pages/guides/navigation/products.mdx
- page: Changelogs
path: ./pages/guides/navigation/changelogs.mdx
- page: API References
path: ./pages/guides/navigation/api-references.mdx
- page: Hiding Content
path: ./pages/guides/navigation/hiding-content.mdx
- section: SEO
contents:
- page: Configuring Slugs
path: ./pages/guides/seo/configuring-slugs.mdx
- page: Redirects
path: ./pages/guides/seo/redirects.mdx
- page: SEO Metadata
path: ./pages/guides/seo/seo-metadata.mdx
- page: Ilms.txt
path: ./pages/guides/seo/ilms-txt.mdx
- section: Authentication
contents:
- page: SSO
path: ./pages/guides/authentication/sso.mdx
- page: RBAC
path: ./pages/guides/authentication/rbac.mdx
- page: API Key Injection
path: ./pages/guides/authentication/api-key-injection.mdx
- section: Enterprise
contents:
- page: Self-hosted
path: ./pages/guides/enterprise/self-hosted.mdx
- section: Integrations
contents:
- section: Analytics
contents:
- page: Google
path: ./pages/guides/integrations/analytics/google.mdx
- page: PostHog
path: ./pages/guides/integrations/analytics/posthog.mdx
- page: Fullstory
path: ./pages/guides/integrations/analytics/fullstory.mdx
- page: Segment
path: ./pages/guides/integrations/analytics/segment.mdx
- section: Support
contents:
- page: Postman
path: ./pages/guides/integrations/support/postman.mdx
- page: Postman
path: ./pages/guides/integrations/postman.mdx
- page: Feature Flags
path: ./pages/guides/integrations/feature-flags.mdx
- page: Self-hosted
path: ./pages/guides/integrations/self-hosted.mdx
- page: Overview
path: ./pages/guides/getting-started/overview.mdx
- page: Quickstart
path: ./pages/guides/getting-started/quickstart.mdx
- page: Migrate from an existing site
path: ./pages/guides/getting-started/migrate-from-existing-site.mdx
- page: Setting up your domain
path: ./pages/guides/getting-started/setting-up-your-domain.mdx
- page: Customer Showcase
path: ./pages/guides/getting-started/customer-showcase.mdx
- section: Reference
collapsed: true
contents:
- page: What is docs.yml
path: ./pages/guides/reference/what-is-docs-yml.mdx
- page: Frontmatter
path: ./pages/guides/reference/frontmatter.mdx
- section: Navigation
collapsed: true
contents:
- page: Overview
path: ./pages/guides/navigation/overview.mdx
- page: Tabs
path: ./pages/guides/navigation/tabs.mdx
- page: Versions
path: ./pages/guides/navigation/versions.mdx
- page: Products
path: ./pages/guides/navigation/products.mdx
- page: Changelogs
path: ./pages/guides/navigation/changelogs.mdx
- page: API References
path: ./pages/guides/navigation/api-references.mdx
- page: Hiding Content
path: ./pages/guides/navigation/hiding-content.mdx
- section: SEO
collapsed: true
contents:
- page: Configuring Slugs
path: ./pages/guides/seo/configuring-slugs.mdx
- page: Redirects
path: ./pages/guides/seo/redirects.mdx
- page: SEO Metadata
path: ./pages/guides/seo/seo-metadata.mdx
- page: Ilms.txt
path: ./pages/guides/seo/ilms-txt.mdx
- section: Authentication
collapsed: true
contents:
- page: SSO
path: ./pages/guides/authentication/sso.mdx
- page: RBAC
path: ./pages/guides/authentication/rbac.mdx
- page: API Key Injection
path: ./pages/guides/authentication/api-key-injection.mdx
- section: Enterprise
collapsed: true
contents:
- page: Self-hosted
path: ./pages/guides/enterprise/self-hosted.mdx
- section: Analytics
collapsed: true
contents:
- page: Google
path: ./pages/guides/integrations/analytics/google.mdx
- page: PostHog
path: ./pages/guides/integrations/analytics/posthog.mdx
- page: Fullstory
path: ./pages/guides/integrations/analytics/fullstory.mdx
- page: Segment
path: ./pages/guides/integrations/analytics/segment.mdx
- section: Support
collapsed: true
contents:
- page: Postman
path: ./pages/guides/integrations/support/postman.mdx
- section: Integrations
collapsed: true
contents:
- page: Postman
path: ./pages/guides/integrations/postman.mdx
- page: Feature Flags
path: ./pages/guides/integrations/feature-flags.mdx
- page: Self-hosted
path: ./pages/guides/integrations/self-hosted.mdx
- section: Component Library
contents:
- page: Overview
Expand Down Expand Up @@ -136,6 +142,7 @@ navigation:
- page: Custom React Components
path: ./pages/component-library/custom-components/custom-react-components.mdx
- section: Changelog
collapsed: true
contents:
- page: Overview
path: ./pages/changelog/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Custom React Components
description: Integrate your own React components into documentation.
edit-this-page: true
---

# Custom React Components
Expand Down
Loading