Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-johan-grahn committed Nov 17, 2024
1 parent 4919c63 commit 176589b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#### Feature

- Added capacity planning feature on MTO Console to view resource usage of tenants based in their request and limits.
- Added hibernation feature on MTO Console to view and manage hibernated namespaces and hibernate/unhibernate namespaces.
- Added [capacity planning](./explanation/console.md#capacity-planning) feature on MTO Console to view resource usage of tenants based in their request and limits.
- Added [hibernation](./explanation/console.md#hibernation) feature on MTO Console to view and manage hibernated namespaces and hibernate/unhibernate namespaces.

## v0.12.x

Expand Down
6 changes: 6 additions & 0 deletions prepare_theme_pr.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This script is meant to be used for pull request builds
pip install -r theme_common/requirements.txt
python theme_common/scripts/combine_theme_resources.py -s theme_common/resources -ov theme_override/resources -o dist/_theme
# The next step is used to override resources for pull request builds - these overrides could as well have been put in the local theme_override folder, but this is a generic solution
python theme_common/scripts/combine_theme_resources.py -s theme_common/resources_pr_specific -ov theme_override/resources -o dist/_theme -skiprmtree
python theme_common/scripts/combine_mkdocs_config_yaml.py theme_common/mkdocs.yml theme_override/mkdocs.yml mkdocs.yml

0 comments on commit 176589b

Please sign in to comment.