diff --git a/fern/assets/styles.css b/fern/assets/styles.css index 97090c8a1..fa0d12427 100644 --- a/fern/assets/styles.css +++ b/fern/assets/styles.css @@ -38,9 +38,7 @@ } /*** START -- PRODUCT SELECTOR STYLING ***/ - @media (min-width: 1024px) { - .fern-product-selector { transform: translate(-2px, 4px); } @@ -212,6 +210,10 @@ /*** END -- PRODUCT SELECTOR STYLING ***/ /*** START -- DOCS HOMEPAGE STYLING ***/ +a[href*="changelog"] svg { + display: none; +} + .docs-homepage { position: relative; .fern-card { @@ -284,6 +286,10 @@ /*** END -- DOCS HOMEPAGE STYLING ***/ /*** START -- SDKS HOMEPAGE STYLING ***/ +a[href*="changelog"] svg { + display: none; +} + .sdks-homepage { position: relative; diff --git a/fern/docs.yml b/fern/docs.yml index 18e3a0afb..ae56985b7 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -315,9 +315,9 @@ redirects: destination: /learn/docs/preview-publish/publishing-your-docs permanent: true # General getting started pattern - - source: /learn/docs/getting-started/:slug* - destination: /learn/docs/guides/getting-started/:slug* - permanent: true + # - source: /learn/docs/getting-started/:slug* + # destination: /learn/docs/guides/getting-started/:slug* + # permanent: true # Building and Customizing Your Docs redirects - specific cases first - source: /learn/docs/building-and-customizing-your-docs/navigation diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index 8f5b84bc1..8f4f35869 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -7,15 +7,11 @@ navigation: path: ./pages/getting-started/quickstart.mdx - link: Customer Showcase href: https://buildwithfern.com/customers - - section: Component Library + - section: Writing Content contents: - - section: Writing Content - contents: - - page: Markdown - path: ./pages/component-library/writing-content/markdown.mdx - - page: Visual Editor - path: ./pages/component-library/writing-content/visual-editor.mdx - - section: Default Components + - page: Markdown + path: ./pages/component-library/writing-content/markdown.mdx + - section: Components contents: - page: Overview path: ./pages/component-library/default-components/overview.mdx @@ -71,12 +67,12 @@ navigation: - page: Tooltips path: ./pages/component-library/default-components/tooltips.mdx icon: fa-regular fa-comment - - page: Reusable Snippets - path: ./pages/component-library/custom-components/reusable-snippets.mdx + - page: Visual Editor + path: ./pages/component-library/writing-content/visual-editor.mdx + - page: Reusable Markdown + path: ./pages/component-library/custom-components/reusable-markdown.mdx - page: Custom React Components path: ./pages/component-library/custom-components/custom-react-components.mdx - - page: Custom CSS & JS - path: ./pages/component-library/custom-components/custom-css-js.mdx - section: Configuration collapsed: true contents: @@ -88,6 +84,8 @@ navigation: path: ./pages/configuration/frontmatter.mdx - page: Search path: ./pages/configuration/search.mdx + - page: Custom CSS & JS + path: ./pages/component-library/custom-components/custom-css-js.mdx - section: Preview & Publish collapsed: true contents: diff --git a/fern/products/docs/pages/component-library/custom-components/reusable-snippets.mdx b/fern/products/docs/pages/component-library/custom-components/reusable-markdown.mdx similarity index 94% rename from fern/products/docs/pages/component-library/custom-components/reusable-snippets.mdx rename to fern/products/docs/pages/component-library/custom-components/reusable-markdown.mdx index 62191532a..ebb8cc5d2 100644 --- a/fern/products/docs/pages/component-library/custom-components/reusable-snippets.mdx +++ b/fern/products/docs/pages/component-library/custom-components/reusable-markdown.mdx @@ -1,6 +1,6 @@ --- -title: Reusable Snippets -description: Reusable, custom snippets to keep content in sync. Edit once, update everywhere. +title: Reusable Markdown +description: Reusable, custom markdown to keep content in sync. Edit once, update everywhere. --- Keep your documentation DRY (Don't Repeat Yourself) by defining a reusable snippet once, and then referencing it in multiple places. This way, you only need to update the snippet in one place to keep all references in sync. diff --git a/fern/products/home/pages/welcome.mdx b/fern/products/home/pages/welcome.mdx index 711e45d18..cb699c13c 100644 --- a/fern/products/home/pages/welcome.mdx +++ b/fern/products/home/pages/welcome.mdx @@ -148,18 +148,13 @@ import { FernFooter } from "../../../components/FernFooter"; Arrow right Arrow right - - Import your brand language - Arrow right light - Arrow right light - Add multiple specs to your docs site Arrow right light Arrow right light - - Set up tabs + + Configure your docs site Arrow right light Arrow right light @@ -173,12 +168,12 @@ import { FernFooter } from "../../../components/FernFooter"; Arrow right light Arrow right light - + Customize slug from MDX Arrow right light Arrow right light - + See all available components Arrow right light Arrow right light diff --git a/fern/products/sdks/images/icons/csharp-light.svg b/fern/products/sdks/images/icons/csharp-light.svg new file mode 100644 index 000000000..9bf4281fd --- /dev/null +++ b/fern/products/sdks/images/icons/csharp-light.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/fern/products/sdks/images/icons/go-light.svg b/fern/products/sdks/images/icons/go-light.svg new file mode 100644 index 000000000..051648bff --- /dev/null +++ b/fern/products/sdks/images/icons/go-light.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/fern/products/sdks/images/icons/java-light.svg b/fern/products/sdks/images/icons/java-light.svg new file mode 100644 index 000000000..751e63e84 --- /dev/null +++ b/fern/products/sdks/images/icons/java-light.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/fern/products/sdks/images/icons/php-light.svg b/fern/products/sdks/images/icons/php-light.svg new file mode 100644 index 000000000..665259094 --- /dev/null +++ b/fern/products/sdks/images/icons/php-light.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/fern/products/sdks/images/icons/python-light.svg b/fern/products/sdks/images/icons/python-light.svg new file mode 100644 index 000000000..e0a9b6479 --- /dev/null +++ b/fern/products/sdks/images/icons/python-light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/fern/products/sdks/images/icons/ruby-light.svg b/fern/products/sdks/images/icons/ruby-light.svg new file mode 100644 index 000000000..46a8ef298 --- /dev/null +++ b/fern/products/sdks/images/icons/ruby-light.svg @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fern/products/sdks/images/icons/ts-light.svg b/fern/products/sdks/images/icons/ts-light.svg new file mode 100644 index 000000000..43ae30380 --- /dev/null +++ b/fern/products/sdks/images/icons/ts-light.svg @@ -0,0 +1,11 @@ + + + + + + + + + + +