diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 068b1caf6..cd0a93237 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -19,7 +19,7 @@ jobs: - name: Install link checker run: pip install linkchecker - name: Create config - run: echo -e "[csv]\nseparator=,\n[filtering]\nignore=\n\texample.com\n\tus.i.posthog.com\n\tdocs.stack-auth.com\n\tc.vialoops.com/CL0\n[output]\nignoreerrors=\n ^http ^403 Forbidden" > lcconfig + run: echo -e "[csv]\nseparator=,\n[filtering]\nignore=\n\texample.com\n\tus.i.posthog.com\n\tdocs.stack-auth.com\n\t/_vercel/(speed-)?insights/\n\tc.vialoops.com/CL0\n[output]\nignoreerrors=\n ^http ^403 Forbidden" > lcconfig - name: Check ${{ matrix.site.name }} Links run: | set +e diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index b981a5c74..f56f6f1cc 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -26,6 +26,8 @@ jobs: run: curl -s "https://registry.hub.docker.com/v2/repositories/fernapi/fern-ruby-sdk/tags" | jq -r -j '[.results[] | select(.name != "latest")] | .[0].name' > fern/snippets/version-number-ruby.mdx - name: update-ts-version run: curl -s "https://registry.hub.docker.com/v2/repositories/fernapi/fern-typescript-sdk/tags" | jq -r -j '[.results[] | select(.name != "latest")] | .[0].name' > fern/snippets/version-number-ts.mdx + - name: update-swift-version + run: curl -s "https://registry.hub.docker.com/v2/repositories/fernapi/fern-swift-sdk/tags" | jq -r -j '[.results[] | select(.name != "latest")] | .[0].name' > fern/snippets/version-number-swift.mdx - name: create PR id: cpr uses: peter-evans/create-pull-request@v7 diff --git a/fern/products/api-def/ferndef-pages/audiences.mdx b/fern/products/api-def/ferndef-pages/audiences.mdx index 20f2876a3..e916711f7 100644 --- a/fern/products/api-def/ferndef-pages/audiences.mdx +++ b/fern/products/api-def/ferndef-pages/audiences.mdx @@ -3,7 +3,7 @@ title: Audiences in Fern Definition subtitle: Use audiences in your Fern Definition to segment your API for different groups of consumers. --- -Audiences are a useful tool for segmenting your API for different consumers. You can configure your Fern Docs to publish documentation specific to an `Audience`. You can use [audiences in your OpenAPI Specification](/learn/api-definition/openapi/audiences), too. +Audiences are a useful tool for segmenting your API for different consumers. You can configure your Fern Docs to publish documentation specific to an `Audience`. You can use [audiences in your OpenAPI Specification](/learn/api-definitions/openapi/extensions/audiences), too. Common examples of audiences include: diff --git a/fern/products/docs/pages/customization/user-feedback.mdx b/fern/products/docs/pages/customization/user-feedback.mdx index 5d375b5ae..86d108e37 100644 --- a/fern/products/docs/pages/customization/user-feedback.mdx +++ b/fern/products/docs/pages/customization/user-feedback.mdx @@ -16,7 +16,7 @@ By default, every Markdown page of your docs contains a feedback component at th The feedback can be sent to you in real-time via the method of your choosing (e.g. Slack, email). -To disable this feature on a page, set `hide-feedback: true` in the frontmatter of that page. You can read more about the frontmatter configuration [here](/learn/docs/content/frontmatter#on-page-feedback). +To disable this feature on a page, set `hide-feedback: true` in the frontmatter of that page. You can read more about the frontmatter configuration [here](/learn/docs/configuration/page-level-settings#on-page-feedback). ## Edit this page Allow users to open directly to the current page in your GitHub repository and suggest changes. diff --git a/fern/products/sdks/introduction.mdx b/fern/products/sdks/introduction.mdx index bcbb2c2be..940a76e55 100644 --- a/fern/products/sdks/introduction.mdx +++ b/fern/products/sdks/introduction.mdx @@ -220,12 +220,17 @@ description: Generate idiomatic SDKs in multiple programming languages
Request Swift -
+
Swift Arrow right light Arrow right light
+
+
+ v +
+
diff --git a/fern/snippets/version-number-swift.mdx b/fern/snippets/version-number-swift.mdx new file mode 100644 index 000000000..bcaffe19b --- /dev/null +++ b/fern/snippets/version-number-swift.mdx @@ -0,0 +1 @@ +0.7.0 \ No newline at end of file