Skip to content

Commit e9be34d

Browse files
committed
docs: content reorg
1 parent 7946b3b commit e9be34d

File tree

16 files changed

+43
-44
lines changed

16 files changed

+43
-44
lines changed

docs/browser-engine/browser-engine.md renamed to docs/browser-engine.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
2-
id: overview
3-
slug: /browser-engine
2+
id: browser-engine
43
---
54

65
# Overview
@@ -200,7 +199,7 @@ There are many strategies in here, each one with its pros and cons:
200199
[Safari]: https://www.apple.com/safari/
201200
[statcounter]: https://gs.statcounter.com/browser-market-share
202201
[Tauri]: https://tauri.studio/
203-
[Types of technologies]: ../types.md
202+
[Types of technologies]: ./types.md
204203
[V8]: https://en.wikipedia.org/wiki/V8_(JavaScript_engine)
205204
[WebKit]: https://webkit.org/
206205
[WebSockets]: https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API

docs/comparison.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
---
2+
title: Technology comparison
3+
---
4+
15
Coming soon(-ish)!

docs/direct-drawing.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Direct drawing
3+
id: direct-drawing
4+
---
5+
6+
# Direct drawing
7+
8+
TBD

docs/direct-drawing/direct-drawing.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
File renamed without changes.

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Why cross-platform development?
3-
slug: /introduction
3+
id: intro
44
---
55

66
# Why cross-platform development?

docs/platform-controls.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Platform controls
3+
id: platform-controls
4+
---
5+
6+
# Platform controls
7+
8+
TBD

docs/platform-controls/platform-controls.md

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

docs/snippets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
---
2+
title: Code snippets
3+
---
4+
15
Coming soon(-ish)!

docs/types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ is easier to rationalize. If you believe there is a better way, please [let us k
5151
<!-- TODO: Add a diagram representing the above -->
5252

5353
[Apache Cordova]: https://cordova.apache.org/
54-
[Browser engine]: ./browser-engine/browser-engine.md
54+
[Browser engine]: ./browser-engine.md
5555
[Chromium]: http://www.chromium.org/Home
5656
[Chrome]: https://www.google.com/chrome/index.html
5757
[Chromium Embedded Framework]: https://bitbucket.org/chromiumembedded/cef/wiki/Home
58-
[Direct drawing]: ./direct-drawing/direct-drawing.md
58+
[Direct drawing]: ./direct-drawing.md
5959
[Edge]: https://www.microsoft.com/en-us/edge
6060
[Electron]: https://www.electronjs.org
6161
[Firefox]: https://www.mozilla.org/en-US/firefox/new/
@@ -65,7 +65,7 @@ is easier to rationalize. If you believe there is a better way, please [let us k
6565
[Ionic]: https://ionicframework.com/
6666
[NativeScript]: https://nativescript.org/
6767
[NW.js]: https://nwjs.io/
68-
[Platform controls]: ./platform-controls/platform-controls.md
68+
[Platform controls]: ./platform-controls.md
6969
[Progressive Web Apps]: https://web.dev/progressive-web-apps/
7070
[Project Fugu]: https://web.dev/fugu-status/
7171
[Qt]: https://www.qt.io/

0 commit comments

Comments
 (0)