Skip to content

Commit dc7eebe

Browse files
[Docs] - Website: New landing page, added guides. (#2658)
1 parent cf3ebc4 commit dc7eebe

38 files changed

+1272
-440
lines changed

doc/website/pubspec.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ packages:
55
dependency: transitive
66
description:
77
name: _fe_analyzer_shared
8-
sha256: "45cfa8471b89fb6643fe9bf51bd7931a76b8f5ec2d65de4fb176dba8d4f22c77"
8+
sha256: "16e298750b6d0af7ce8a3ba7c18c69c3785d11b15ec83f6dcd0ad2a0009b3cab"
99
url: "https://pub.dev"
1010
source: hosted
11-
version: "73.0.0"
11+
version: "76.0.0"
1212
_macros:
1313
dependency: transitive
1414
description: dart
1515
source: sdk
16-
version: "0.3.2"
16+
version: "0.3.3"
1717
analyzer:
1818
dependency: transitive
1919
description:
2020
name: analyzer
21-
sha256: "4959fec185fe70cce007c57e9ab6983101dbe593d2bf8bbfb4453aaec0cf470a"
21+
sha256: "1f14db053a8c23e260789e9b0980fa27f2680dd640932cae5e1137cce0e46e1e"
2222
url: "https://pub.dev"
2323
source: hosted
24-
version: "6.8.0"
24+
version: "6.11.0"
2525
archive:
2626
dependency: transitive
2727
description:
@@ -306,10 +306,10 @@ packages:
306306
dependency: transitive
307307
description:
308308
name: macros
309-
sha256: "0acaed5d6b7eab89f63350bccd82119e6c602df0f391260d0e32b5e23db79536"
309+
sha256: "1d9e801cd66f7ea3663c45fc708450db1fa57f988142c64289142c9b7ee80656"
310310
url: "https://pub.dev"
311311
source: hosted
312-
version: "0.1.2-main.4"
312+
version: "0.1.3-main.0"
313313
markdown:
314314
dependency: transitive
315315
description:
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: Style Guide
3+
layout: layouts/docs_page.jinja
4+
contentRenderers: ["jinja", "markdown"]
5+
---
6+
The following Markdown styles are supported with this theme.
7+
8+
# Header 1
9+
## Header 2
10+
### Header 3
11+
#### Header 4
12+
##### Header 5
13+
###### Header 6
14+
15+
Paragraph
16+
17+
TODO: We need callouts
18+
19+
> Blockquote
20+
21+
```
22+
A code block
23+
```
28.2 KB
Loading
4.9 KB
Loading
-9.86 KB
Binary file not shown.
-6.89 KB
Binary file not shown.
-7.04 KB
Binary file not shown.
-14.9 KB
Binary file not shown.
-15.1 KB
Binary file not shown.
-15.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)