Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin guides #4

Open
wants to merge 30 commits into
base: NG
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
98ad26e
Restrict building to master branch
HMKnapp Sep 1, 2021
5800994
new truststore file for QTILL merchants
pkdxqen Oct 21, 2021
ae8fb68
Build Fix (#3)
HMKnapp Oct 21, 2021
718d3fc
Merge branch 'NG'
HMKnapp Jan 27, 2022
aab064c
Update to latest content version
HMKnapp Jan 27, 2022
4ee4e5e
Wipe gh-pages history on deploy
HMKnapp Jan 27, 2022
5eef8c6
Change UI submodule to master
HMKnapp Jan 27, 2022
41ac0a3
Bump content submodule ref
HMKnapp Jan 27, 2022
4ca59ca
Enable main repo trigger on content update
HMKnapp Jan 27, 2022
e608985
Merge branch 'master' of https://github.com/qenta-cee/qenta-docs-main
HMKnapp Jan 27, 2022
a8f8e42
Disable redirect renames
HMKnapp Jan 27, 2022
d502864
Update UI ref again
HMKnapp Jan 27, 2022
e95f63f
Change webserver to nginx
HMKnapp Jan 28, 2022
0b8e213
Create start page
HMKnapp Jan 28, 2022
8c23bb8
Update UI to latest changes, revert Makefile
HMKnapp Jan 28, 2022
418cb6a
Minor content fixes
HMKnapp Jan 31, 2022
062d1fb
Bump UI rev for release
HMKnapp Jan 31, 2022
f239cf6
added new plugin pages
Melisa09 Feb 2, 2022
af77b06
added new index page
Melisa09 Feb 2, 2022
04f930d
made changes in plugin pages
Melisa09 Feb 2, 2022
86dbab8
added images for plugins
Melisa09 Feb 2, 2022
95cb2f6
added prestashop link
Melisa09 Feb 2, 2022
1a4c7cb
added support image
Melisa09 Feb 2, 2022
fbe1eae
CSS fix for go-live
HMKnapp Feb 2, 2022
1e2e15e
Remove remote CSS
HMKnapp Feb 2, 2022
0515d0b
Bump UI ref
HMKnapp Feb 2, 2022
3ba879f
Merge branch 'master' of https://github.com/qenta-cee/qenta-docs-content
Melisa09 Feb 4, 2022
e847445
changed anchors
Melisa09 Feb 4, 2022
8077780
made changes
Melisa09 Feb 4, 2022
e101c61
Attempt to fix runaway submodule ref
HMKnapp Feb 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ jobs:
with:
target_branch: gh-pages
build_dir: build/site
keep_history: true
keep_history: false
fqdn: ${{ secrets.FQDN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set Redirects
id: set-redirects
if: success() && steps.branch.outputs.name == 'master'
run: bash scripts/redirect_renames.sh
env:
BOT_USER: ${{ secrets.BOT_USER }}
BOT_EMAIL: ${{ secrets.BOT_EMAIL }}
BOT_TOKEN: ${{ secrets.BOT_PAT }}
# - name: Set Redirects
# id: set-redirects
# if: success() && steps.branch.outputs.name == 'master'
# run: bash scripts/redirect_renames.sh
# env:
# BOT_USER: ${{ secrets.BOT_USER }}
# BOT_EMAIL: ${{ secrets.BOT_EMAIL }}
# BOT_TOKEN: ${{ secrets.BOT_PAT }}
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ antora.build:
# antora.run: @ Serves documentation output (on port 8051)
antora.run:
docker-compose run --service-ports antora http-server build/site -c-1

# antora.watch: @ Watches for documentation changes and rebuilds (to build/site)
antora.watch:
docker-compose run -u $$(id -u) -T antora onchange \
Expand Down
4 changes: 2 additions & 2 deletions antora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ ENV DOCSEARCH_ENABLED=true
ENV DOCSEARCH_ENGINE=lunr
ENV NODE_PATH="/usr/local/lib/node_modules"
ENV DOCSEARCH_INDEX_VERSION=latest
RUN yarn global add http-server onchange
RUN yarn global add antora-site-generator-lunr
RUN yarn global add http-server@13.0.2 onchange@7.1.0
RUN yarn global add antora-site-generator-lunr@0.6.1
WORKDIR /srv/docs
2 changes: 1 addition & 1 deletion content
2 changes: 1 addition & 1 deletion scripts/invalid_refs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ INVALID_REFS=$(
N_REFS=$(echo "${INVALID_REFS}" | wc -l | xargs)
N_FILES=$(echo "${INVALID_REFS}" | cut -d ':' -f1 | uniq | wc -l | xargs)

[[ N_REFS >= 1 ]] && exit 0
[[ ${N_REFS} -lt 1 ]] && exit 0

echo "::warning::${N_FILES} pages contain invalid references. Please check build log for details!"
echo "::group::Click to show files"
Expand Down
2 changes: 1 addition & 1 deletion ui-customizations