Skip to content

Commit

Permalink
Merge pull request #2 from mendix/development
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
maksymvyhovskyi committed Mar 10, 2021
2 parents f9f5e8f + a56c787 commit 466f263
Show file tree
Hide file tree
Showing 5,017 changed files with 83,185 additions and 7,755 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ mx-1-get-hugo-and-node.ps1
mx-2-install-dependencies.bat
mx-3-run-server.bat
bin
content/howto/front-end/calypso.md
17 changes: 3 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ env:
- GET_ENV_VAR=./_scripts/get_env.sh
- GOPATH="${HOME}/.go_workspace"
- HUGO_ENV=$($GET_ENV_VAR)
- CF_APP=docs
- CF_API=https://api.run.pivotal.io
- CF_USERNAME=jelte.lagendijk@mendix.com
- CF_ORGANIZATION=mendix-rnd.com
- CF_SPACE=docs
- CF_CLI_VERSION=6.22.2
- HUGO_VERSION=0.31.1
- secure: "NdoI6WzRsU/OsGpyIjjzgrnc23IJWzSAkEhJQWEjkMim6g2NrhrSipcKVjpsGkOyJFlmhMcVcejTxuvCMkIxOPSZziDHvHyqVU752ZGPTd7dYUIET2k7W6xytA2Aos66R3DasUPParFdmvvUdFny5GFjIILB8s6P5n3d1BnUG+nWhNOf3s++eY2UITq+jZl8JjEq8hMUq4UKLaFcwKUoFYBdNe9CV5sHmRK54BOOP65UJCm10H8pS6ywA/7ZVoHJwaIUF1XVdypxfdMpciqIN4jq6VB7AYEN6a2Qep6fa1wYeitCJkLaWkSzArGSQWUNw39JQcODijE2y1H/QBq7DNwqHcQtwtIme+HDtVsPHLzv47GQ/NV+AjV20EmXIxWp2ZgrUdndUC0sP3rhnRSAE0L2YSUwzYUG1xIKry4bxafkpjQ2DcZ0JC/2bpMy3JTThot/Ek8eDX+1cKbkaTghMYqT5bpSlL0OqE1/F2dr/ZGVUjhqdlMWf992pmDAq7IUl3nERLAY1RZByb6yDUy8llxpv3NWGeAxoXZFdfJNdN08qSJb6d2j2U+Y1NMbXhDjcs6YT1Jbn/33ZEwzS6NmKvQc+oEwjgKLbZKNoUmo822X8lBhvvr+bpHItycUqQUZ+nx344wsp3ISkSedZjeE1Lia98ZY1ryXC+UpoI9lQQE="
- secure: "kYSZufIWTrCfGHk6QX3r7hdOpusvxnBncCRSs1E6yh8Bept9NX/zhUGwSR1k1aMhzeLzxZRWGMnwUK1y0v1gJrry0dicLZkcqnkNRPR8l8YFHhpAloQQDfToAq83RMQwgZUFgQNP+y7d82mzui14aY6Na9gUl0U8KU3hXGM4RaUWOLf5Ovil4FvKsdPzPHuHmnkHOrAeDvf9nZgp9HqsePFjs3vr8LVZCL/QucjXp+4AVMDs83gOVayJEfg8lBbT2R+9gDEmZOzKJaJosFZ30DL7PM1EsKK7SJap+FQGlow5l7Q2Vf2RYAuTLpxKh5pr38rtYayRmQI9oNRzTROaialR4JqvEa42PojpBM7MUQChjpvyEsDi2FoxzLTc+DVSD2NhoH/kh/gilKX8HyfRLHIpIVqA2n7NnWhSZgMqbgdWntbMNrjEtLWA3GgWPDZ+wNYTL552d3ZAuXciJJEEQcr2nbnAjF4j5fwZ+WLl0TfFle750Jje/mqQcY5KkT7OPvFm0lbFqFhBzdKJzIS2kv3wtm19+uX376a/kwbZ9/S7uuKiarblC3IMzDmMZxV47q5sG/JImWU7KBl2gqXl8PTMNESpJ7uxwNbsSY6MZgxrRBO+CCjWPcNkBjGFlOFNiJEuJeEtmsJCGEJKX02J/BV4PV5lxbi4NxDiq5t8K3Q="
Expand All @@ -28,16 +22,11 @@ install:
- yarn install
before_deploy:
- export PATH=$HOME:$PATH
- travis_retry curl -L -o $HOME/cf.tgz "https://cli.run.pivotal.io/stable?release=linux64-binary&version=$CF_CLI_VERSION"
- tar xzvf $HOME/cf.tgz -C $HOME
- chmod +x $HOME/cf
- mv $HOME/cf $HOME/bin/cf
- cp ./_scripts/autopilot-linux $HOME/
- chmod a+x $HOME/autopilot-linux
- ./_scripts/before_deploy.sh
- travis_retry curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip -q awscliv2.zip
- sudo ./aws/install
- ./_scripts/algolia.sh
# Algolia must be before deploy as AWS is renaming all the .html files which the script expects#
script:
- ./node_modules/.bin/gulp build
cache:
Expand All @@ -58,4 +47,4 @@ deploy:
- master
- development
after_deploy:
- ./_scripts/algolia.sh
# Algolia was here before we deployed to AWS
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Node.js is a JavaScript runtime. You can install it by downloading the installer

#### Running the Server

Running the server is done by executing the following command: `npm run serve`.
Running the server is done by executing the following command: `npm run serve-test`.

It takes a few seconds (Windows can take longer) to build the site and setup the server.

Expand Down
Loading

0 comments on commit 466f263

Please sign in to comment.