Skip to content

Commit

Permalink
docs: remove unleash client from the docs (#3378)
Browse files Browse the repository at this point in the history
We don't use the client for anything at the moment, so we can remove it.

While there are things we can use it for in the future, we should
instead add it back in when we get there.

This also removes the docs feedback form (which we haven't used since
the client stopped working)
  • Loading branch information
thomasheartman authored Mar 23, 2023
1 parent 0926c4c commit db2b405
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 867 deletions.
3 changes: 0 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ module.exports = {
markdown: { mermaid: true },
customFields: {
// expose env vars etc here
unleashProxyUrl: process.env.UNLEASH_PROXY_URL,
unleashProxyClientKey: process.env.UNLEASH_PROXY_CLIENT_KEY,
unleashFeedbackTargetUrl: process.env.UNLEASH_FEEDBACK_TARGET_URL,
environment: process.env.NODE_ENV,
},
themeConfig: {
Expand Down
48 changes: 0 additions & 48 deletions website/src/components/UserFeedback/UserFeedback.stories.jsx

This file was deleted.

Loading

0 comments on commit db2b405

Please sign in to comment.