Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 4db3845

Browse files
authored
Cleanup TOC for tools (#9619)
1 parent fb5be82 commit 4db3845

File tree

12 files changed

+16
-94
lines changed

12 files changed

+16
-94
lines changed

src/content/en/_book.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# ATTENTION - changes made to this file not in GitHub will be over written!
2-
upper_tabs:
3-
- include: /web/_upper_tabs-Tools.yaml
2+
guides:
3+
- title: Overview
4+
path: /web/

src/content/en/_upper_tabs-Tools.yaml

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

src/content/en/tools/_book.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
upper_tabs:
2-
- include: /web/_upper_tabs-Fundamentals.yaml
32
- name: Tools
43
heading: Tools
54
path: /web/tools/
6-
menu:
7-
- include: /web/tools/_menu_toc.yaml
85
lower_tabs:
96
other:
107
- name: Home
@@ -17,15 +14,17 @@ upper_tabs:
1714
path: https://developer.chrome.com/docs/devtools/
1815
- name: Lighthouse
1916
contents:
20-
- include: /web/tools/lighthouse/_toc.yaml
17+
- title: Lighthouse
18+
path: https://developer.chrome.com/docs/lighthouse/overview/
2119
- name: Puppeteer
2220
contents:
23-
- include: /web/tools/puppeteer/_toc.yaml
21+
- title: Puppeteer
22+
path: https://developer.chrome.com/docs/puppeteer/
2423
- name: Workbox
2524
contents:
2625
- title: Workbox
2726
path: https://developer.chrome.com/docs/workbox/
2827
- name: Chrome User Experience Report
2928
contents:
3029
- title: Chrome User Experience Report
31-
path: /web/tools/chrome-user-experience-report
30+
path: /web/tools/chrome-user-experience-report/

src/content/en/tools/_index.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ landing_page:
1111
rows:
1212
- classname: devsite-landing-row-cards
1313
items:
14+
1415
- heading: Chrome DevTools
1516
description: >
1617
The Chrome DevTools are a set of web authoring and debugging tools
@@ -21,6 +22,7 @@ landing_page:
2122
buttons:
2223
- label: Get started
2324
path: https://developer.chrome.com/docs/devtools/
25+
2426
- heading: Lighthouse
2527
description: >
2628
Lighthouse is an open-source, automated tool for improving the quality
@@ -32,16 +34,18 @@ landing_page:
3234
buttons:
3335
- label: Get started
3436
path: https://developer.chrome.com/docs/lighthouse/overview/
37+
3538
- heading: Puppeteer
3639
description: >
3740
Puppeteer is a Node library which provides a high-level API to control
3841
headless Chrome over the DevTools Protocol. It can also be configured
3942
to use full (non-headless) Chrome or Chromium.
4043
image_path: images/puppeteer-16x9.png
41-
path: /web/tools/puppeteer/
44+
path: https://developer.chrome.com/docs/puppeteer/
4245
buttons:
4346
- label: Learn more
44-
path: /web/tools/puppeteer/
47+
path: https://developer.chrome.com/docs/puppeteer/
48+
4549
- heading: Workbox
4650
description: >
4751
Workbox is a set of service worker libraries and tools that make it
@@ -53,6 +57,7 @@ landing_page:
5357
- label: Get started
5458
path: https://developer.chrome.com/docs/workbox/
5559

60+
5661
- classname: devsite-landing-row-cards
5762
items:
5863
- heading: Lit

src/content/en/tools/_menu_toc.yaml

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

src/content/en/tools/_project.yaml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ color: google-blue
77
content_license: cc-apache
88
footer_path: /web/_footer.yaml
99
google_analytics_ids:
10-
- UA-52746336-1
10+
- UA-52746336-1
1111
icon:
1212
path: /web/images/web-fundamentals-icon192x192.png
1313
social_media:
@@ -17,23 +17,3 @@ social_media:
1717
height: 675
1818
keywords:
1919
- 'product:ToolsForWebDevelopers'
20-
announcement:
21-
description: |
22-
<style>
23-
.devsite-banner-announcement {
24-
background-color: #e8f0fe;
25-
color: #424242;
26-
}
27-
.devsite-banner-announcement :link,
28-
.devsite-banner-announcement :visited {
29-
background: #e8f0fe;
30-
color: #039BE5;
31-
}
32-
.devsite-banner-announcement span.material-icons {
33-
vertical-align: middle;
34-
margin-right: 8px;
35-
}
36-
.goog-font {
37-
font-family: Google Sans,Noto Sans,Noto Sans JP,Noto Sans KR,Noto Naskh Arabic,Noto Sans Thai,Noto Sans Hebrew,Noto Sans Bengali,sans-serif;
38-
}
39-
</style> Take a stroll down memory lane and celebrate <a href="https://developer.chrome.com/100/"><b>#100CoolWebMoments</b></a> since Chrome's first release.

src/content/en/tools/chrome-devtools/_shared/styles.html

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

src/content/en/tools/lighthouse/_toc.yaml

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

src/content/en/tools/polymer-starter-kit/index.md

Lines changed: 0 additions & 17 deletions
This file was deleted.
-4.46 KB
Binary file not shown.

0 commit comments

Comments
 (0)