Skip to content
Open
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
9 changes: 7 additions & 2 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6219,16 +6219,21 @@ menu:
parent: feature_flags_server
identifier: feature_flags_server_nodejs
weight: 204
- name: PHP
url: feature_flags/server/php
parent: feature_flags_server
identifier: feature_flags_server_php
weight: 205
- name: Python
url: feature_flags/server/python
parent: feature_flags_server
identifier: feature_flags_server_python
weight: 205
weight: 206
- name: Ruby
url: feature_flags/server/ruby
parent: feature_flags_server
identifier: feature_flags_server_ruby
weight: 206
weight: 207
- name: Guides
url: feature_flags/guide
parent: feature_flags
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Follow the installation instructions for your platform:
{{< image-card href="/feature_flags/server/go/" src="integrations_logos/go-metro.png" alt="Go" >}}
{{< image-card href="/feature_flags/server/java/" src="integrations_logos/java.png" alt="Java" >}}
{{< image-card href="/feature_flags/server/nodejs/" src="integrations_logos/nodejs.png" alt="Node.js" >}}
{{< image-card href="/feature_flags/server/php/" src="integrations_logos/php.png" alt="PHP" >}}
{{< image-card href="/feature_flags/server/python/" src="integrations_logos/python.png" alt="Python" >}}
{{< image-card href="/feature_flags/server/ruby/" src="integrations_logos/ruby.png" alt="Ruby" >}}
{{< /card-grid >}}
Expand Down
1 change: 1 addition & 0 deletions content/en/feature_flags/server/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This guide covers the common setup required for all server-side SDKs, including
{{< image-card href="/feature_flags/server/go/" src="integrations_logos/go-metro.png" alt="Go" >}}
{{< image-card href="/feature_flags/server/java/" src="integrations_logos/java.png" alt="Java" >}}
{{< image-card href="/feature_flags/server/nodejs/" src="integrations_logos/nodejs.png" alt="Node.js" >}}
{{< image-card href="/feature_flags/server/php/" src="integrations_logos/php.png" alt="PHP" >}}
{{< image-card href="/feature_flags/server/python/" src="integrations_logos/python.png" alt="Python" >}}
{{< image-card href="/feature_flags/server/ruby/" src="integrations_logos/ruby.png" alt="Ruby" >}}
{{< /card-grid >}}
Expand Down
Loading
Loading