Skip to content

Commit

Permalink
reverted external references
Browse files Browse the repository at this point in the history
  • Loading branch information
pasotee committed Jan 18, 2024
1 parent fbd3ce4 commit 48feff3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
6 changes: 0 additions & 6 deletions website/docs/sdk-reference/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,3 @@ Check out our language specific<a href="https://app.configcat.com/sdkkey" target

- [Documentation](sdk-reference/ios.md) on how to connect your application.
- <a href="https://github.com/ConfigCat/swift-sdk" target="_blank">GitHub repository of the ConfigCat Swift SDK.</a>

## Unreal Engine

- [Documentation](sdk-reference/unreal.md) on how to connect your application.
- <a href="https://github.com/configcat/unreal-engine-sdk" target="_blank">GitHub repository of the ConfigCat Unreal Engine SDK.</a>

4 changes: 1 addition & 3 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module.exports = {
id: 'advanced/proxy/monitoring',
label: 'Monitoring',
},
],
]
},
],
'SDK References': [
Expand All @@ -163,7 +163,6 @@ module.exports = {
{ type: 'doc', id: 'sdk-reference/python', label: 'Python' },
{ type: 'doc', id: 'sdk-reference/ruby', label: 'Ruby' },
{ type: 'doc', id: 'sdk-reference/ios', label: 'Swift (iOS)' },
{ type: 'doc', id: 'sdk-reference/unreal', label: 'Unreal Engine' },
{
'Community Maintained': [
{
Expand Down Expand Up @@ -198,7 +197,6 @@ module.exports = {
],
'Service Status': ['service/status'],
},
{ type: 'doc', id: 'news', label: 'News & Product Updates' },
{ type: 'doc', id: 'faq', label: 'FAQ' },
],
};
3 changes: 0 additions & 3 deletions website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const features = [
{ url: 'network-traffic', title: 'Network Traffic' },
{ url: 'purchase', title: 'Plans, Purchase & Billing' },
{ url: 'organization', title: 'Organization & Roles' },
{ url: 'news', title: 'News & Product Updates' },
{ url: 'faq', title: 'FAQ' },
{ url: 'glossary', title: 'Glossary' },
],
Expand Down Expand Up @@ -79,7 +78,6 @@ const features = [
{ url: 'sdk-reference/python', title: 'Python' },
{ url: 'sdk-reference/ruby', title: 'Ruby' },
{ url: 'sdk-reference/ios', title: 'Swift (iOS)' },
{ url: 'sdk-reference/unreal', title: 'Unreal Engine' },
],
},
{
Expand All @@ -93,7 +91,6 @@ const features = [
{ url: 'integrations/datadog', title: 'DataDog' },
{ url: 'integrations/zapier', title: 'Zapier' },
{ url: 'integrations/github', title: 'GitHub Action' },
{ url: 'advanced/code-references/gitlab-ci/', title: 'GitLab (via CLI)' },
{ url: 'integrations/circleci', title: 'CircleCI Orb' },
{ url: 'integrations/bitbucket', title: 'Bitbucket Pipe' },
{ url: 'integrations/bitrise', title: 'Bitrise Step' },
Expand Down

0 comments on commit 48feff3

Please sign in to comment.