Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ os: linux # optional, this is default
dist: jammy # or bionic | xenial | trusty | precise with xenial as default - Recommended here: https://docs.travis-ci.com/user/reference/overview/#deprecated-virtualization-environments

git:
depth: 20000 # We're cloning this many commits as it is roughly covering the last 4 years of commits, thus letting us show the last changed date on the documentation pages.
depth: 10000 # We're cloning this many commits as it is roughly covering the last 4 years of commits, thus letting us show the last changed date on the documentation pages.
quiet: true # prevent commit numbers appearing in the log and being flagged as potential security leaks.
submodules: false # turn off submodules

Expand Down Expand Up @@ -42,6 +42,7 @@ cache:
# See https://docs.travis-ci.com/user/caching/
directories:
- node_modules
- resources/_gen # cache the generated resources to speed up builds - this is safe as they are always regenerated by Hugo, so if they are stale it won't cause any issues.

before_install:
###############
Expand Down
2 changes: 1 addition & 1 deletion config/_default/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ themesDir = "node_modules"
refLinksErrorLevel = "WARNING"

# Will give values to .Lastmod etc.
enableGitInfo = true
enableGitInfo = false

# Language settings
contentDir = "content/en"
Expand Down
6 changes: 6 additions & 0 deletions config/development/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ title = "Mendix DEVELOPMENT Documentation"
buildDrafts=true
buildExpired=true
buildFuture=true

# Disable print output format in development. Production still generates print versions
[outputs]
_merge = 'deep'
section = ["HTML"]
page = ["HTML"]
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"autoprefixer": "^10.4.19",
"docsy": "github:google/docsy#semver:0.15.0",
"hugo-extended": "^0.156.0",
"hugo-extended": "^0.163.0",
"postcss": "^8.5.10",
"postcss-cli": "^8.3.1"
},
Expand Down