Skip to content

Commit

Permalink
feat: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
OpportunityLiu committed Sep 6, 2024
1 parent a25bc88 commit cf869dd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 389 deletions.
10 changes: 6 additions & 4 deletions deb/usr/share/cloudpss/static/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
<title>CloudPSS Knowledge Base</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script>
location.pathname = location.pathname.replace(/^\/docs/, '/kb');
</script>
</head>
<body>
<p>Redirecting...</p>
<noscript>
<p>The content of this page is available in the <a href="/kb">CloudPSS Knowledge Base</a>.</p>
</noscript>
<script>
location.pathname = location.pathname.replace(/^\/docs/i, '/kb');
</script>
</body>
</html>
4 changes: 0 additions & 4 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import clsx from 'clsx';
import Heading from '@theme/Heading';
import styles from './styles.module.css';

// import undraw_docusaurus_mountain from '@site/static/img/undraw_docusaurus_mountain.svg';
// import undraw_docusaurus_tree from '@site/static/img/undraw_docusaurus_tree.svg';
// import undraw_docusaurus_react from '@site/static/img/undraw_docusaurus_react.svg';

import documents from '@site/static/img/documents.svg';
import cases from '@site/static/img/cases.svg';
import tutorials from '@site/static/img/tutorials.svg';
Expand Down
Loading

0 comments on commit cf869dd

Please sign in to comment.