Skip to content

Commit

Permalink
(docs) maxwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Dec 11, 2024
1 parent 2270521 commit bf112c7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,15 +104,15 @@ jobs:
mkdir -p build/gh-pages
pandoc \
-f gfm -t html5 -s --shift-heading-level-by=-1 --lua-filter=gh-pages/filter.lua -H gh-pages/header.html \
-o build/gh-pages/index.html README.md
-o build/gh-pages/index.html gh-pages/metadata.md README.md
pandoc \
-f gfm -t html5 -s --shift-heading-level-by=-1 --lua-filter=gh-pages/filter.lua -H gh-pages/header.html \
-o build/gh-pages/pcre2-api.html PCRE2_API.md
-o build/gh-pages/pcre2-api.html gh-pages/metadata.md PCRE2_API.md
mkdir -p build/gh-pages/javadoc
pandoc \
-f gfm -t html5 -s --shift-heading-level-by=-1 --lua-filter=gh-pages/filter.lua -H gh-pages/header.html \
-o build/gh-pages/javadoc/index.html gh-pages/javadoc/index.md
-o build/gh-pages/javadoc/index.html gh-pages/metadata.md gh-pages/javadoc/index.md
cp -a api/build/docs/javadoc/. build/gh-pages/javadoc/api
cp -a lib/build/docs/javadoc/. build/gh-pages/javadoc/lib
cp -a jna/build/docs/javadoc/. build/gh-pages/javadoc/jna
Expand Down
4 changes: 0 additions & 4 deletions PCRE2_API.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
maxwidth: 72em
---

# PCRE2 API

Here's the list of the PCRE2 API functions exposed via `org.pcre4j.api.IPcre2` and the backends:
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
---
maxwidth: 72em
---

# PCRE4J: PCRE for Java

[![GitHub Repo stars](https://img.shields.io/github/stars/alexey-pelykh/pcre4j?style=flat&logo=github)](https://github.com/alexey-pelykh/pcre4j)
Expand Down
3 changes: 3 additions & 0 deletions gh-pages/metadata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
maxwidth: 72em
---

0 comments on commit bf112c7

Please sign in to comment.