Skip to content

Commit

Permalink
Merge pull request #178 from aws-observability/cleanup
Browse files Browse the repository at this point in the history
remove /docs as it break google search engine results
  • Loading branch information
sguruvar authored Oct 4, 2024
2 parents 8fcc7aa + acf1cd9 commit 4980f6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config = {
organizationName: 'AWS', // Usually your GitHub org/user name.
projectName: 'AWS Observability best practices', // Usually your repo name.

onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',

// Even if you don't use internationalization, you can use this field to set
Expand All @@ -48,7 +48,9 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
routeBasePath: '/',
sidebarPath: './sidebars.js',
path: 'docs',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function HomepageHeader() {
<div className={styles.buttons}>
<Link
className="button button--secondary button--lg"
to="/docs/home">
to="/home">
Let's dive in!
</Link>
</div>
Expand Down

0 comments on commit 4980f6d

Please sign in to comment.