Skip to content

Commit bf112c7

Browse files
committed
(docs) maxwidth
1 parent 2270521 commit bf112c7

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ jobs:
104104
mkdir -p build/gh-pages
105105
pandoc \
106106
-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
108108
pandoc \
109109
-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
111111
112112
mkdir -p build/gh-pages/javadoc
113113
pandoc \
114114
-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
116116
cp -a api/build/docs/javadoc/. build/gh-pages/javadoc/api
117117
cp -a lib/build/docs/javadoc/. build/gh-pages/javadoc/lib
118118
cp -a jna/build/docs/javadoc/. build/gh-pages/javadoc/jna

PCRE2_API.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
maxwidth: 72em
3-
---
4-
51
# PCRE2 API
62

73
Here's the list of the PCRE2 API functions exposed via `org.pcre4j.api.IPcre2` and the backends:

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
maxwidth: 72em
3-
---
4-
51
# PCRE4J: PCRE for Java
62

73
[![GitHub Repo stars](https://img.shields.io/github/stars/alexey-pelykh/pcre4j?style=flat&logo=github)](https://github.com/alexey-pelykh/pcre4j)

gh-pages/metadata.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
maxwidth: 72em
3+
---

0 commit comments

Comments
 (0)