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
2a42069b
Unverified
Commit
2a42069b
authored
Aug 13, 2021
by
Greg Spencer
Committed by
GitHub
Aug 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump snippets to 0.2.3, fix redundant global activate in docs.sh (#88123)
parent
b8609829
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
analyze_sample_code.dart
dev/bots/analyze_sample_code.dart
+1
-1
docs.sh
dev/bots/docs.sh
+1
-7
No files found.
dev/bots/analyze_sample_code.dart
View file @
2a42069b
...
...
@@ -19,7 +19,7 @@ import 'package:path/path.dart' as path;
import
'package:watcher/watcher.dart'
;
// If you update this version, also update it in dev/bots/docs.sh
const
String
_snippetsActivateVersion
=
'0.2.
2
'
;
const
String
_snippetsActivateVersion
=
'0.2.
3
'
;
final
String
_flutterRoot
=
path
.
dirname
(
path
.
dirname
(
path
.
dirname
(
path
.
fromUri
(
Platform
.
script
))));
final
String
_defaultFlutterPackage
=
path
.
join
(
_flutterRoot
,
'packages'
,
'flutter'
,
'lib'
);
...
...
dev/bots/docs.sh
View file @
2a42069b
...
...
@@ -26,13 +26,7 @@ function generate_docs() {
# assets-for-api-docs repo:
# https://github.com/flutter/assets-for-api-docs/tree/master/packages/snippets
# >>> If you update this version, also update it in dev/bots/analyze_sample_code.dart <<<
"
$PUB
"
global activate snippets 0.2.2
# Install and activate the snippets tool, which resides in the
# assets-for-api-docs repo:
# https://github.com/flutter/assets-for-api-docs/tree/master/packages/snippets
# >>> If you update this version, also update it in dev/bots/analyze_sample_code.dart <<<
"
$PUB
"
global activate snippets 0.2.1
"
$PUB
"
global activate snippets 0.2.3
# This script generates a unified doc set, and creates
# a custom index.html, placing everything into dev/docs/doc.
...
...
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