Skip to content

Commit

Permalink
Merge pull request #179 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 4980f6d + f2ce3c1 commit e262a78
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 100 deletions.
12 changes: 0 additions & 12 deletions docusaurus/blog/2019-05-28-first-blog-post.md

This file was deleted.

44 changes: 0 additions & 44 deletions docusaurus/blog/2019-05-29-long-blog-post.md

This file was deleted.

23 changes: 3 additions & 20 deletions docusaurus/blog/2021-08-26-welcome/index.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,8 @@
---
slug: welcome
title: Welcome
authors: [slorber, yangshun]
tags: [facebook, hello, docusaurus]
authors: [ sguruvar]
---

[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).

Simply add Markdown files (or folders) to the `blog` directory.

Regular blog authors can be added to `authors.yml`.

The blog post date can be extracted from filenames, such as:

- `2019-05-30-welcome.md`
- `2019-05-30-welcome/index.md`

A blog post folder can be convenient to co-locate blog post images:

![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg)

The blog supports tags as well!

**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config.
Howdy from AWS Best Practices!!!
Stay Tuned for blogs
21 changes: 5 additions & 16 deletions docusaurus/blog/authors.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
endi:
name: Endilie Yacop Sucipto
title: Maintainer of Docusaurus
url: https://github.com/endiliey
image_url: https://github.com/endiliey.png
sguruvar:
name: Siva Guruvareddiar
title: Maintainer of AWS Best Practices
url: https://github.com/sguruvar
image_url: https://github.com/sguruvar.png

yangshun:
name: Yangshun Tay
title: Front End Engineer @ Facebook
url: https://github.com/yangshun
image_url: https://github.com/yangshun.png

slorber:
name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
6 changes: 4 additions & 2 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const config = {
docs: {
routeBasePath: '/',
sidebarPath: './sidebars.js',
path: 'docs',
//path: 'docs',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
Expand All @@ -69,8 +69,10 @@ const config = {
[
require.resolve("@easyops-cn/docusaurus-search-local"),
({
//docsDir: "docs",
hashed: true,
// language: ["en", "ja"],
indexPages: true,
language: ["en", "ja"],
indexBlog: false,
}),
],
Expand Down
12 changes: 6 additions & 6 deletions docusaurus/src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const FeatureList = [
Guides were designed from the ground up to be easily followed and implemented, getting your cloud monitoring up and running quickly.
</>
),
link: '/docs/guides',
link: '/guides',
},
{
title: 'Signals',
Expand All @@ -23,7 +23,7 @@ const FeatureList = [
Gain comprehensive insights into your AWS environment through key metrics, logs, and performance indicators.
</>
),
link: '/docs/signals/alarms',
link: '/signals/alarms',
},
{
title: 'Tools',
Expand All @@ -33,7 +33,7 @@ const FeatureList = [
Streamline your AWS monitoring with purpose-built solutions for efficient data collection, analysis, and visualization.
</>
),
link: '/docs/tools/observability_accelerator',
link: '/tools/observability_accelerator',
},
{
title: 'Recipes',
Expand All @@ -43,7 +43,7 @@ const FeatureList = [
Implement proven AWS observability patterns to quickly solve common monitoring and troubleshooting challenges.
</>
),
link: '/docs/recipes',
link: '/recipes',
},
{
title: 'FAQs',
Expand All @@ -53,7 +53,7 @@ const FeatureList = [
Find quick answers to common AWS observability questions, clarifying key concepts and best practices.
</>
),
link: '/docs/faq/adot',
link: '/faq/adot',
},
{
title: 'Patterns',
Expand All @@ -63,7 +63,7 @@ const FeatureList = [
Learn step-by-step AWS observability implementation through comprehensive, easy-to-follow instructional resources.
</>
),
link: '/docs/patterns/multiaccount',
link: '/patterns/multiaccount',
},
];

Expand Down

0 comments on commit e262a78

Please sign in to comment.