Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
b8d15a1e
Commit
b8d15a1e
authored
Jul 23, 2016
by
Devon Carew
Committed by
GitHub
Jul 23, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hide some unnecessary headers from the generated docs (#5020)
parent
69aef8f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
styles.html
dev/docs/styles.html
+1
-2
dartdoc.dart
dev/tools/dartdoc.dart
+3
-3
No files found.
dev/docs/styles.html
View file @
b8d15a1e
...
...
@@ -51,8 +51,7 @@
}
.sidebar
h5
{
padding-top
:
0
!important
;
text-transform
:
uppercase
;
display
:
none
;
}
.sidebar-offcanvas-left
{
...
...
dev/tools/dartdoc.dart
View file @
b8d15a1e
...
...
@@ -100,7 +100,7 @@ void createIndexAndCleanup() {
void
removeOldFlutterDocsDir
(
)
{
try
{
new
Directory
(
'
$kDocRoot
/flutter'
).
deleteSync
(
recursive:
true
);
}
catch
(
e
)
{
}
catch
(
e
)
{
// If the directory does not exist, that's OK.
}
}
...
...
@@ -109,8 +109,8 @@ void renameApiDir() {
new
Directory
(
'
$kDocRoot
/api'
).
renameSync
(
'
$kDocRoot
/flutter'
);
}
File
copyIndexToRootOfDocs
(
)
{
return
new
File
(
'
$kDocRoot
/flutter/index.html'
).
copySync
(
'
$kDocRoot
/index.html'
);
void
copyIndexToRootOfDocs
(
)
{
new
File
(
'
$kDocRoot
/flutter/index.html'
).
copySync
(
'
$kDocRoot
/index.html'
);
}
void
addHtmlBaseToIndex
(
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment