Skip to content

Commit 38d4afa

Browse files
committed
docs: updates to titles and sidebar
1 parent 8340400 commit 38d4afa

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

docs/browser-engine.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2+
title: Overview
23
id: browser-engine
34
---
45

5-
# Overview
6+
# Browser engine
67

78
Developers of this category use mainly HTML, CSS, and JavaScript to create their applications,
89
which are executed on a "browser engine". There are currently 3 actively maintained browser engines:

docs/direct-drawing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Direct drawing
2+
title: Overview
33
id: direct-drawing
44
---
55

docs/platform-controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Platform controls
2+
title: Overview
33
id: platform-controls
44
---
55

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
type: 'doc',
2424
docId: 'types',
2525
position: 'left',
26-
label: 'Types of technologies',
26+
label: 'Technologies',
2727
},
2828
// {to: '/blog', label: 'Blog', position: 'left'},
2929
{

0 commit comments

Comments
 (0)