Skip to content

Commit

Permalink
Merge pull request #4660 from BohuTANG/doc-overview
Browse files Browse the repository at this point in the history
chore(doc): about -> overview
  • Loading branch information
BohuTANG authored Apr 1, 2022
2 parents 34e9c13 + f0087e2 commit d234264
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p align="center">A Modern Cloud Data Warehouse with the Elasticity and Performance both on Object Storage</p>

<h4 align="center">
<a href="https://databend.rs/doc/about">Documentation</a> |
<a href="https://databend.rs/doc/overview">Documentation</a> |
<a href="https://github.com/datafuselabs/databend/issues/4591">Roadmap(v0.8)</a>
</h4>

Expand Down
1 change: 0 additions & 1 deletion docs/doc/00-about/_category_.yml

This file was deleted.

1 change: 1 addition & 0 deletions docs/doc/00-overview/_category_.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
label: 'Overview'
File renamed without changes.
16 changes: 2 additions & 14 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,18 +64,6 @@ const config = {
editUrl: 'https://github.com/datafuselabs/databend/edit/main/databend',
},
],
[
'@docusaurus/plugin-client-redirects',
{
// this will be removed later, make a mark~.
redirects: [
{
to: '/', // string
from: '/doc/about/index.md', // string | string[]
},
],
},
]
],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
Expand All @@ -92,7 +80,7 @@ const config = {
},
items: [
{
to: '/doc/about',
to: '/doc/overview',
label: 'Documentation',
position: 'right',
},
Expand All @@ -117,7 +105,7 @@ const config = {
items: [
{
label: 'What is Databend?',
to: '/doc/about'
to: '/doc/overview'
},
{
label: 'Performance',
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function HomepageHeader() {
<p className={clsx('hero__subtitle', styles.heroSubTitle)}>{siteConfig.tagline}</p>
<Link
className={clsx("button button--secondary button--lg", styles.link)}
to="/doc/about">
to="/doc/overview">
Documentation
</Link>
<Link
Expand Down

1 comment on commit d234264

@vercel
Copy link

@vercel vercel bot commented on d234264 Apr 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.