Skip to content
Merged
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
895a101
Initial commit for staging environment
stevespringett Jul 13, 2023
a3ecbb5
Adding console output
stevespringett Jul 19, 2023
5c1a242
Initial commit
stevespringett Jul 19, 2023
5740b94
remove temp build file
stevespringett Jul 19, 2023
a45b69d
Updating logic
stevespringett Jul 28, 2023
c82b1ff
Dependency updates
stevespringett Jul 28, 2023
5fc72c3
Content updates
stevespringett Jul 28, 2023
16147bb
Update to remove dependency on Python 2.7
stevespringett Jul 28, 2023
b434419
Updating model generation
stevespringett Jul 28, 2023
5f6047c
Corrections to the model and schema
stevespringett Jul 30, 2023
1acac99
Added check for duplicate identifier - updated nav
stevespringett Jul 30, 2023
c2a0d32
Initial commit
stevespringett Jul 30, 2023
27fc279
Added taxonomy generation on develop build
stevespringett Jul 30, 2023
1b33538
Model corrections
stevespringett Jul 31, 2023
0aeeaf3
Content updates
stevespringett Jul 31, 2023
e3198b9
Content updates
stevespringett Aug 30, 2023
af6cc3e
Change to only display references if there are some
stevespringett Aug 30, 2023
b4179aa
Minor UI change
stevespringett Aug 30, 2023
399f9da
Minor schema updates and corrections for strict validation
stevespringett Aug 31, 2023
33e581c
Corrections
stevespringett Aug 31, 2023
f98a6d9
Added assembly
stevespringett Aug 31, 2023
0327bc6
Content update
stevespringett Aug 31, 2023
ad59e4e
Links now open in new window
stevespringett Oct 29, 2023
3706a36
Description and resource updates
stevespringett Oct 29, 2023
36ce6bc
Added reference styling
stevespringett Oct 30, 2023
0fde2d1
navigation updates.
stevespringett Oct 30, 2023
0e0d5b8
description updates
stevespringett Oct 31, 2023
badee07
bump
stevespringett Oct 31, 2023
18792c2
Added missing elements and updated descriptions
stevespringett Oct 31, 2023
c5d11c0
bump
stevespringett Oct 31, 2023
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
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '2.7'
python-version: '3.9'
- name: Setup Node
uses: actions/setup-node@v3
with:
Expand Down
Loading