From ecc340f1e20d6b3ddedaf6347a4405720292a6e5 Mon Sep 17 00:00:00 2001 From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com> Date: Tue, 19 Aug 2025 16:21:11 -0400 Subject: [PATCH 1/4] fix link --- fern/products/docs/pages/customization/user-feedback.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. From 84184859688b499ce7e0f7dc064fad017220c8fd Mon Sep 17 00:00:00 2001 From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com> Date: Tue, 19 Aug 2025 16:23:53 -0400 Subject: [PATCH 2/4] Update audiences.mdx --- fern/products/api-def/ferndef-pages/audiences.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From feb8106e9d63b392c81c337e9830c8019f3918c5 Mon Sep 17 00:00:00 2001 From: David Konigsberg <72822263+davidkonigsberg@users.noreply.github.com> Date: Tue, 19 Aug 2025 16:29:46 -0400 Subject: [PATCH 3/4] add/maintain swift version --- .github/workflows/update-versions.yml | 2 ++ fern/products/sdks/introduction.mdx | 7 ++++++- fern/snippets/version-number-swift.mdx | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 fern/snippets/version-number-swift.mdx 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/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
-