Skip to content

Commit

Permalink
Update content
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineGautier committed Aug 29, 2023
1 parent ac0a514 commit bf02156
Show file tree
Hide file tree
Showing 7 changed files with 552 additions and 504 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-node@v1
with:
# choose node.js version to use
node-version: '18'
node-version: '20'
cache: 'npm'

# install dependencies if the cache did not hit
Expand Down
2 changes: 2 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default defineUserConfig({
lang: 'en-US',
title: 'ctrl-flow',
description: 'Modelica Template Development Guide',
head: [['link', { rel: 'icon', href: 'favicon.ico' }]],

// set site base
base: '/template-dev-docs/',
Expand Down Expand Up @@ -64,6 +65,7 @@ export default defineUserConfig({
copyCodePlugin({
// your options
}),

],

markdown: {
Expand Down
Binary file not shown.
Binary file added docs/.vuepress/public/img/list_systems_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
134 changes: 85 additions & 49 deletions docs/guide/README.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/more/resources.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Additional Resources

[Gautier, A., Wetter, M., Hu, J., and Tummescheit, H. (In press). HVAC and Control Templates for the Modelica Buildings Library. Proceedings of the 15th International Modelica Conference.](/2023_modelica_templates.pdf)

[Specification of the Modelica Export](https://docs.google.com/document/d/11U0WLoYjK5e1qSmSc87V1GTrteD40b7__k1ulSDa7kk/edit?usp=sharing)

[Specification of the Equipment Schedule](https://docs.google.com/document/d/16Z8HqTi3vNV3HUaa4ijBPVSQvA4MyGTu8bxoGTBD2YI/edit?usp=sharing)
Expand Down
916 changes: 462 additions & 454 deletions package-lock.json

Large diffs are not rendered by default.

0 comments on commit bf02156

Please sign in to comment.