Skip to content

Commit

Permalink
chore: nice open graph text for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
daKmoR committed Aug 16, 2022
1 parent 94a6f54 commit 6d2f469
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export async function registerCustomElements() {
}
export const needsLoader = true;
/* END - Rocket auto generated - do not touch */
export const title = 'Plugins Manager';
export const subTitle = 'Enable fully customizable options for your plugin system';
```

# Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ export async function registerCustomElements() {
}
export const needsLoader = true;
/* END - Rocket auto generated - do not touch */

export const title = 'Markdown JavaScript';
export const subTitle = 'Executable JavaScript in markdown by annotating code blocks';
```

# Overview
Expand Down
4 changes: 4 additions & 0 deletions site/pages/30--tools/30--rollup-config/10--overview.rocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export async function registerCustomElements() {
}
export const needsLoader = true;
/* END - Rocket auto generated - do not touch */

export const title = 'Rocket Rollup Config';
export const subTitle =
'A ready to use and customizable rollup config for web sites, MPAs and SPAs';
```

# Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,14 @@ export async function registerCustomElements() {
}
export const needsLoader = true;
/* END - Rocket auto generated - do not touch */

export const title = 'Check HTML links';
export const subTitle = 'A fast checker for broken links/references in HTML files';
```

# Overview

A fast checker for broken links/references in HTML.
A fast checker for broken links/references in HTML files.

<inline-notification type="tip">

Expand Down
44 changes: 29 additions & 15 deletions site/pages/pageTreeData.rocketGenerated.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title": "Welcome to Rocket",
"h1": "\n \n ",
"name": "\n \n ",
"menuLinkText": "\n \n ",
"h1": "",
"name": "Welcome to Rocket",
"menuLinkText": "Welcome to Rocket",
"url": "/",
"outputRelativeFilePath": "index.html",
"sourceRelativeFilePath": "index.rocket.js",
Expand Down Expand Up @@ -2239,7 +2239,7 @@
"needsLoader": true,
"children": [
{
"title": "Overview | Rocket",
"title": "Plugins Manager",
"h1": "Overview",
"headlinesWithId": [
{
Expand Down Expand Up @@ -2313,7 +2313,7 @@
"level": 2
}
],
"name": "Overview",
"name": "Plugins Manager",
"menuLinkText": "Overview",
"url": "/tools/plugins-manager/overview/",
"outputRelativeFilePath": "tools/plugins-manager/overview/index.html",
Expand Down Expand Up @@ -2345,7 +2345,8 @@
"launch-blog-details": "@rocket/launch/blog-details.js::LaunchBlogDetails",
"my-counter": "#src/components/MyCounter.js::MyCounter"
},
"needsLoader": true
"needsLoader": true,
"subTitle": "Enable fully customizable options for your plugin system"
}
]
},
Expand Down Expand Up @@ -2388,7 +2389,7 @@
"needsLoader": true,
"children": [
{
"title": "Overview | Rocket",
"title": "Markdown JavaScript",
"h1": "Overview",
"headlinesWithId": [
{
Expand Down Expand Up @@ -2451,13 +2452,23 @@
"id": "basic",
"level": 3
},
{
"text": "mdjsDocPage",
"id": "mdjsdocpage",
"level": 4
},
{
"text": "mdjsProcess",
"id": "mdjsprocess",
"level": 4
},
{
"text": "Advanced",
"id": "advanced",
"level": 3
}
],
"name": "Overview",
"name": "Markdown JavaScript",
"menuLinkText": "Overview",
"url": "/tools/markdown-javascript/overview/",
"outputRelativeFilePath": "tools/markdown-javascript/overview/index.html",
Expand Down Expand Up @@ -2489,7 +2500,8 @@
"launch-blog-details": "@rocket/launch/blog-details.js::LaunchBlogDetails",
"my-counter": "#src/components/MyCounter.js::MyCounter"
},
"needsLoader": true
"needsLoader": true,
"subTitle": "Executable JavaScript in markdown by annotating code blocks"
},
{
"title": "Preview | Rocket",
Expand Down Expand Up @@ -2655,7 +2667,7 @@
"needsLoader": true,
"children": [
{
"title": "Overview | Rocket",
"title": "Rocket Rollup Config",
"h1": "Overview",
"headlinesWithId": [
{
Expand Down Expand Up @@ -2689,7 +2701,7 @@
"level": 3
}
],
"name": "Overview",
"name": "Rocket Rollup Config",
"menuLinkText": "Overview",
"url": "/tools/rollup-config/overview/",
"outputRelativeFilePath": "tools/rollup-config/overview/index.html",
Expand Down Expand Up @@ -2721,7 +2733,8 @@
"launch-blog-details": "@rocket/launch/blog-details.js::LaunchBlogDetails",
"my-counter": "#src/components/MyCounter.js::MyCounter"
},
"needsLoader": true
"needsLoader": true,
"subTitle": "A ready to use and customizable rollup config for web sites, MPAs and SPAs"
}
]
},
Expand Down Expand Up @@ -2764,7 +2777,7 @@
"needsLoader": true,
"children": [
{
"title": "Overview | Rocket",
"title": "Check HTML links",
"h1": "Overview",
"headlinesWithId": [
{
Expand Down Expand Up @@ -2803,7 +2816,7 @@
"level": 2
}
],
"name": "Overview",
"name": "Check HTML links",
"menuLinkText": "Overview",
"url": "/tools/check-html-links/overview/",
"outputRelativeFilePath": "tools/check-html-links/overview/index.html",
Expand Down Expand Up @@ -2835,7 +2848,8 @@
"launch-blog-details": "@rocket/launch/blog-details.js::LaunchBlogDetails",
"my-counter": "#src/components/MyCounter.js::MyCounter"
},
"needsLoader": true
"needsLoader": true,
"subTitle": "A fast checker for broken links/references in HTML files"
}
]
}
Expand Down

0 comments on commit 6d2f469

Please sign in to comment.