Skip to content

Commit 3cfa4d3

Browse files
committed
docs cleanup (flutter#3196)
* some docs cleanup * update styles * remove unused file
1 parent 8254dce commit 3cfa4d3

5 files changed

Lines changed: 7 additions & 187 deletions

File tree

dev/docs/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ packages
44
pubspec.lock
55

66
pubspec.yaml
7-
api/
7+
doc/api/
88
lib/

dev/docs/styles.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@
1818
h1 {
1919
font-size: 42px !important;
2020
letter-spacing: -1px;
21-
line-height: 1;
21+
line-height: 1.1;
2222
}
2323

2424
h2 {
2525
font-size: 32px;
2626
}
2727

28+
.sidebar ol,
29+
.sidebar ol li.section-title {
30+
font-size: inherit;
31+
}
32+
2833
pre > code {
2934
font-size: 14px;
3035
}

doc/_analytics.html

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

doc/index.html

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

packages/flutter/doc/styles.html

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

0 commit comments

Comments
 (0)