File tree Expand file tree Collapse file tree 11 files changed +497
-622
lines changed Expand file tree Collapse file tree 11 files changed +497
-622
lines changed Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: https://github.com/magento-devdocs/devdocs-theme.git
3
- revision: 42b6ebb8748ae5a3dc836d6891063dbebf31cbfe
3
+ revision: e1a4ff6880d5047cb8e14ac44849aca8ffaecf2a
4
4
specs:
5
5
devdocs (7 )
6
6
jekyll (>= 4.0 )
25
25
ffi (>= 1.3.0 )
26
26
eventmachine (1.2.7 )
27
27
exifr (1.3.6 )
28
- faraday (0.17.0 )
28
+ faraday (0.17.1 )
29
29
multipart-post (>= 1.2 , < 3 )
30
- ffi (1.11.1 )
30
+ ffi (1.11.3 )
31
31
filesize (0.2.0 )
32
32
forwardable-extended (2.6.0 )
33
33
fspath (3.1.2 )
34
- html-proofer (3.13.0 )
34
+ html-proofer (3.14.1 )
35
35
addressable (~> 2.3 )
36
36
mercenary (~> 0.3 )
37
37
nokogiri (~> 1.10 )
49
49
image_size (>= 1.5 , < 3 )
50
50
in_threads (~> 1.3 )
51
51
progress (~> 3.0 , >= 3.0.1 )
52
- image_optim_pack (0.6.0 )
52
+ image_optim_pack (0.6.0.20191208 )
53
53
fspath (>= 2.1 , < 4 )
54
54
image_optim (~> 0.19 )
55
55
image_size (2.0.2 )
86
86
jekyll (>= 3.3 , < 5.0 )
87
87
jekyll-sass-converter (2.0.1 )
88
88
sassc (> 2.0.1 , < 3.0 )
89
- jekyll-sitemap (1.3.1 )
89
+ jekyll-sitemap (1.4.0 )
90
90
jekyll (>= 3.7 , < 5.0 )
91
91
jekyll-titles-from-headings (0.5.3 )
92
92
jekyll (>= 3.3 , < 5.0 )
99
99
launchy (2.4.3 )
100
100
addressable (~> 2.3 )
101
101
liquid (4.0.3 )
102
- listen (3.2.0 )
102
+ listen (3.2.1 )
103
103
rb-fsevent (~> 0.10 , >= 0.10.3 )
104
104
rb-inotify (~> 0.9 , >= 0.9.10 )
105
105
mdl (0.7.0 )
@@ -110,26 +110,26 @@ GEM
110
110
mercenary (0.3.6 )
111
111
mini_portile2 (2.4.0 )
112
112
mixlib-cli (2.1.1 )
113
- mixlib-config (3.0.1 )
113
+ mixlib-config (3.0.5 )
114
114
tomlrb
115
115
multipart-post (2.1.1 )
116
116
netrc (0.11.0 )
117
- nokogiri (1.10.4 )
117
+ nokogiri (1.10.7 )
118
118
mini_portile2 (~> 2.4.0 )
119
119
octokit (4.14.0 )
120
120
sawyer (~> 0.8.0 , >= 0.5.3 )
121
- parallel (1.18.0 )
121
+ parallel (1.19.1 )
122
122
pathutil (0.16.2 )
123
123
forwardable-extended (~> 2.6 )
124
124
progress (3.5.2 )
125
125
progressbar (1.10.1 )
126
126
public_suffix (4.0.1 )
127
127
rainbow (3.0.0 )
128
- rake (12.3.2 )
128
+ rake (13.0.1 )
129
129
rb-fsevent (0.10.3 )
130
130
rb-inotify (0.10.0 )
131
131
ffi (~> 1.0 )
132
- rouge (3.12 .0 )
132
+ rouge (3.13 .0 )
133
133
safe_yaml (1.0.5 )
134
134
sassc (2.2.1 )
135
135
ffi (~> 1.9 )
139
139
terminal-table (1.8.0 )
140
140
unicode-display_width (~> 1.1 , >= 1.1.1 )
141
141
thor (0.20.3 )
142
- tomlrb (1.2.8 )
142
+ tomlrb (1.2.9 )
143
143
typhoeus (1.3.1 )
144
144
ethon (>= 0.9.0 )
145
145
unicode-display_width (1.6.0 )
Original file line number Diff line number Diff line change @@ -81,3 +81,11 @@ task index: %w[init] do
81
81
'algolia' ,
82
82
'--config=_config.yml,_config.index.yml'
83
83
end
84
+
85
+ desc 'Convert HTML text to kramdown in your terminal'
86
+ task :convert do
87
+ puts 'Paste HTML text followed by a new line and press Control-D.' . magenta
88
+ result = `bin/kramdown --input=html --output=kramdown`
89
+ puts 'Converted text:' . magenta
90
+ puts result . bold
91
+ end
Original file line number Diff line number Diff line change
1
+ #!/usr/bin/env ruby
2
+ # frozen_string_literal: true
3
+
4
+ #
5
+ # This file was generated by Bundler.
6
+ #
7
+ # The application 'kramdown' is installed as part of a gem, and
8
+ # this file is here to facilitate running it.
9
+ #
10
+
11
+ require "pathname"
12
+ ENV [ "BUNDLE_GEMFILE" ] ||= File . expand_path ( "../../Gemfile" ,
13
+ Pathname . new ( __FILE__ ) . realpath )
14
+
15
+ bundle_binstub = File . expand_path ( "../bundle" , __FILE__ )
16
+
17
+ if File . file? ( bundle_binstub )
18
+ if File . read ( bundle_binstub , 300 ) =~ /This file was generated by Bundler/
19
+ load ( bundle_binstub )
20
+ else
21
+ abort ( "Your `bin/bundle` was not generated by Bundler, so this binstub cannot run.
22
+ Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again." )
23
+ end
24
+ end
25
+
26
+ require "rubygems"
27
+ require "bundler/setup"
28
+
29
+ load Gem . bin_path ( "kramdown" , "kramdown" )
Original file line number Diff line number Diff line change 29
29
name : "merchdocs-mbi" ,
30
30
baseUrl : "https://docs.magento.com/mbi"
31
31
} ,
32
+ {
33
+ label : "Marketplace User Guide" ,
34
+ name : "merchdocs-marketplace" ,
35
+ baseUrl : "https://docs.magento.com/marketplace/user_guide"
36
+ } ,
32
37
{
33
38
label : "PWA" ,
34
39
name : "pwa-devdocs" ,
You can’t perform that action at this time.
0 commit comments