Skip to content

Commit f2ce3c1

Browse files
author
Siva Guruvareddiar
committed
remove /docs as it break google search engine results
1 parent acf1cd9 commit f2ce3c1

File tree

6 files changed

+18
-100
lines changed

6 files changed

+18
-100
lines changed

docusaurus/blog/2019-05-28-first-blog-post.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

docusaurus/blog/2019-05-29-long-blog-post.md

Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,8 @@
11
---
22
slug: welcome
33
title: Welcome
4-
authors: [slorber, yangshun]
5-
tags: [facebook, hello, docusaurus]
4+
authors: [ sguruvar]
65
---
76

8-
[Docusaurus blogging features](https://docusaurus.io/docs/blog) are powered by the [blog plugin](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-blog).
9-
10-
Simply add Markdown files (or folders) to the `blog` directory.
11-
12-
Regular blog authors can be added to `authors.yml`.
13-
14-
The blog post date can be extracted from filenames, such as:
15-
16-
- `2019-05-30-welcome.md`
17-
- `2019-05-30-welcome/index.md`
18-
19-
A blog post folder can be convenient to co-locate blog post images:
20-
21-
![Docusaurus Plushie](./docusaurus-plushie-banner.jpeg)
22-
23-
The blog supports tags as well!
24-
25-
**And if you don't want a blog**: just delete this directory, and use `blog: false` in your Docusaurus config.
7+
Howdy from AWS Best Practices!!!
8+
Stay Tuned for blogs

docusaurus/blog/authors.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
1-
endi:
2-
name: Endilie Yacop Sucipto
3-
title: Maintainer of Docusaurus
4-
url: https://github.com/endiliey
5-
image_url: https://github.com/endiliey.png
1+
sguruvar:
2+
name: Siva Guruvareddiar
3+
title: Maintainer of AWS Best Practices
4+
url: https://github.com/sguruvar
5+
image_url: https://github.com/sguruvar.png
66

7-
yangshun:
8-
name: Yangshun Tay
9-
title: Front End Engineer @ Facebook
10-
url: https://github.com/yangshun
11-
image_url: https://github.com/yangshun.png
12-
13-
slorber:
14-
name: Sébastien Lorber
15-
title: Docusaurus maintainer
16-
url: https://sebastienlorber.com
17-
image_url: https://github.com/slorber.png

docusaurus/docusaurus.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const config = {
5050
docs: {
5151
routeBasePath: '/',
5252
sidebarPath: './sidebars.js',
53-
path: 'docs',
53+
//path: 'docs',
5454
// Please change this to your repo.
5555
// Remove this to remove the "edit this page" links.
5656
editUrl:
@@ -69,8 +69,10 @@ const config = {
6969
[
7070
require.resolve("@easyops-cn/docusaurus-search-local"),
7171
({
72+
//docsDir: "docs",
7273
hashed: true,
73-
// language: ["en", "ja"],
74+
indexPages: true,
75+
language: ["en", "ja"],
7476
indexBlog: false,
7577
}),
7678
],

docusaurus/src/components/HomepageFeatures/index.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const FeatureList = [
1313
Guides were designed from the ground up to be easily followed and implemented, getting your cloud monitoring up and running quickly.
1414
</>
1515
),
16-
link: '/docs/guides',
16+
link: '/guides',
1717
},
1818
{
1919
title: 'Signals',
@@ -23,7 +23,7 @@ const FeatureList = [
2323
Gain comprehensive insights into your AWS environment through key metrics, logs, and performance indicators.
2424
</>
2525
),
26-
link: '/docs/signals/alarms',
26+
link: '/signals/alarms',
2727
},
2828
{
2929
title: 'Tools',
@@ -33,7 +33,7 @@ const FeatureList = [
3333
Streamline your AWS monitoring with purpose-built solutions for efficient data collection, analysis, and visualization.
3434
</>
3535
),
36-
link: '/docs/tools/observability_accelerator',
36+
link: '/tools/observability_accelerator',
3737
},
3838
{
3939
title: 'Recipes',
@@ -43,7 +43,7 @@ const FeatureList = [
4343
Implement proven AWS observability patterns to quickly solve common monitoring and troubleshooting challenges.
4444
</>
4545
),
46-
link: '/docs/recipes',
46+
link: '/recipes',
4747
},
4848
{
4949
title: 'FAQs',
@@ -53,7 +53,7 @@ const FeatureList = [
5353
Find quick answers to common AWS observability questions, clarifying key concepts and best practices.
5454
</>
5555
),
56-
link: '/docs/faq/adot',
56+
link: '/faq/adot',
5757
},
5858
{
5959
title: 'Patterns',
@@ -63,7 +63,7 @@ const FeatureList = [
6363
Learn step-by-step AWS observability implementation through comprehensive, easy-to-follow instructional resources.
6464
</>
6565
),
66-
link: '/docs/patterns/multiaccount',
66+
link: '/patterns/multiaccount',
6767
},
6868
];
6969

0 commit comments

Comments
 (0)