-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release/5.3.3: (304 commits) Update default screenshot for 5.3.3 Add license info for upstream projects Bump plug-in version attribute to 5.3.3 Update to Bootswatch 5.3.2 (#132) Move docs origin note to end of topic Revise short description Add missing punctuation Enable additional nav titles Remove ineffective (unlocked) nav titles Remove redundant implied attributes from topicrefs Add new topic on DITA Bootstrap Sass Use container-xxl to align menu with content (#130) Move CSS (#129) Update nav ToC screenshots with Safari 16.6 Re-run Prettier locally to fix CI Update Lunr header link → `hdr.navbar.lunr.xml` Re-run Prettier Sync attribute order in header files Update nav ToC screenshots Clarify default unstyled ToC options ...
- Loading branch information
Showing
108 changed files
with
8,951 additions
and
12,516 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: '/' | ||
schedule: | ||
interval: monthly | ||
time: '12:00' | ||
timezone: 'Europe/Berlin' | ||
open-pull-requests-limit: 10 | ||
- package-ecosystem: github-actions | ||
directory: '/' | ||
schedule: | ||
interval: monthly | ||
time: '12:00' | ||
timezone: 'Europe/Berlin' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,27 @@ name: CI | |
- master | ||
- develop | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build-dita: | ||
name: Build DITA | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Git checkout | ||
uses: actions/checkout@v2 | ||
uses: actions/checkout@v3 | ||
|
||
- name: Calculate short SHA | ||
uses: benjlevesque/[email protected] | ||
id: short-sha | ||
with: | ||
length: 7 | ||
- run: echo $SHA | ||
env: | ||
SHA: ${{ steps.short-sha.outputs.sha }} | ||
- run: echo $SHA | ||
env: | ||
SHA: ${{ env.SHA }} | ||
|
||
- name: Build Bootstrap | ||
uses: dita-ot/dita-ot-action@master | ||
with: | ||
|
@@ -23,12 +37,18 @@ jobs: | |
plugins: | | ||
fox.jason.extend.css | ||
https://github.com/infotexture/dita-bootstrap/archive/develop.zip | ||
fox.jason.prismjs | ||
https://github.com/infotexture/dita-bootstrap.lunr/archive/develop.zip | ||
https://github.com/jason-fox/fox.jason.prismjs/archive/master.zip | ||
fox.jason.favicon | ||
https://github.com/jason-fox/fox.jason.open-graph/archive/master.zip | ||
project: .github/dita-ot/html.xml | ||
|
||
- name: Deploy HTML 🚀 | ||
uses: JamesIves/github-pages-deploy-action@3.7.1 | ||
uses: JamesIves/github-pages-deploy-action@v4.4.3 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
BRANCH: gh-pages # The branch the action should deploy to. | ||
FOLDER: out/html # The folder the action should deploy. | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
branch: gh-pages # The branch the action should deploy to. | ||
folder: out/html # The folder the action should deploy. | ||
commit-message: '🚀 Deploy infotexture/dita-bootstrap@${{ env.SHA }} to GitHub Pages' | ||
git-config-name: 'GitHub Action' | ||
git-config-email: '[email protected]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# This file specifies files that Prettier should not format | ||
|
||
backups | ||
build_dita2html5-bootstrap.xml | ||
cfg/common/vars/strings.xml | ||
css/custom.css | ||
out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,5 +39,6 @@ | |
"parser": "xml" | ||
} | ||
} | ||
] | ||
], | ||
"plugins": ["@prettier/plugin-xml"] | ||
} |
Oops, something went wrong.