File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ latest=`git describe --abbrev=0 --tags`
3939latestCopied=none
4040for filename in ../../versions/[23456789].* .md ; do
4141 version=$( basename " $filename " .md)
42- echo v$version
42+ echo -e " \n=== v$version === "
4343 node md2html.js --respec --maintainers ./history/MAINTAINERS_v$version .md ${filename} > ../../deploy/oas/v$version .html
4444 if [ $version = $latest ]; then
4545 if [[ ${version} != * " rc" * ]]; then
Original file line number Diff line number Diff line change @@ -262,9 +262,9 @@ for (let l in lines) {
262262 lastIndent = indent ;
263263 }
264264
265- if ( line . indexOf ( '"></a> ' ) >= 0 ) {
265+ if ( line . indexOf ( '<a name=" ' ) >= 0 ) {
266266 line = line . replace ( ' name=' , ' id=' ) ;
267- line = line . replace ( '"></a>' , '">​ </a>' ) ;
267+ line = line . replace ( '"></a>' , '" class="logo"> </a>' ) ;
268268 }
269269
270270 line = line . split ( '\\|' ) . join ( '|' ) ; // was ¦
You can’t perform that action at this time.
0 commit comments