File tree Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Expand file tree Collapse file tree 4 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -104,15 +104,15 @@ jobs:
104
104
mkdir -p build/gh-pages
105
105
pandoc \
106
106
-f gfm -t html5 -s --shift-heading-level-by=-1 --lua-filter=gh-pages/filter.lua -H gh-pages/header.html \
107
- -o build/gh-pages/index.html README.md
107
+ -o build/gh-pages/index.html gh-pages/metadata.md README.md
108
108
pandoc \
109
109
-f gfm -t html5 -s --shift-heading-level-by=-1 --lua-filter=gh-pages/filter.lua -H gh-pages/header.html \
110
- -o build/gh-pages/pcre2-api.html PCRE2_API.md
110
+ -o build/gh-pages/pcre2-api.html gh-pages/metadata.md PCRE2_API.md
111
111
112
112
mkdir -p build/gh-pages/javadoc
113
113
pandoc \
114
114
-f gfm -t html5 -s --shift-heading-level-by=-1 --lua-filter=gh-pages/filter.lua -H gh-pages/header.html \
115
- -o build/gh-pages/javadoc/index.html gh-pages/javadoc/index.md
115
+ -o build/gh-pages/javadoc/index.html gh-pages/metadata.md gh-pages/ javadoc/index.md
116
116
cp -a api/build/docs/javadoc/. build/gh-pages/javadoc/api
117
117
cp -a lib/build/docs/javadoc/. build/gh-pages/javadoc/lib
118
118
cp -a jna/build/docs/javadoc/. build/gh-pages/javadoc/jna
Original file line number Diff line number Diff line change 1
- ---
2
- maxwidth : 72em
3
- ---
4
-
5
1
# PCRE2 API
6
2
7
3
Here's the list of the PCRE2 API functions exposed via ` org.pcre4j.api.IPcre2 ` and the backends:
Original file line number Diff line number Diff line change 1
- ---
2
- maxwidth : 72em
3
- ---
4
-
5
1
# PCRE4J: PCRE for Java
6
2
7
3
[ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/alexey-pelykh/pcre4j?style=flat&logo=github )] ( https://github.com/alexey-pelykh/pcre4j )
Original file line number Diff line number Diff line change
1
+ ---
2
+ maxwidth : 72em
3
+ ---
You can’t perform that action at this time.
0 commit comments