Skip to content

Commit

Permalink
Merge pull request #114 from StarManTheGamer/main
Browse files Browse the repository at this point in the history
Update dependencies / Add new icons
  • Loading branch information
Alyxsqrd authored Aug 25, 2024
2 parents 1eba06c + cc1ba20 commit 0cf328f
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 17 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Thanks for waiting to contribute to the new unofficial Polytoria documentation!

| Name | Version |
| -------------------------- | ------- |
| mkdocs | 1.5.3 |
| mkdocs | 1.6.0 |
| mkdocs-macros-plugin | 1.0.5 |
| mkdocs-material | 9.5.7 |
| mkdocs-material | 9.5.33 |
| mkdocs-material-extensions | 1.3.1 |
| mkdocs-nav-weight | 0.2.0 |
| pymdown-extensions | 10.7 |
| pymdown-extensions | 10.9 |
| ghp-import | 2.1.0 |

## Notes
Expand Down
Binary file added docs/assets/tree/ColorRange.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/tree/GradientSky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/objects/effects/GradientSky.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: GradientSky
description: GradientSky is a class that is used to set a gradient skybox in the world.
icon: polytoria/Unknown
icon: polytoria/GradientSky
---

# GradientSky

:polytoria-Unknown: GradientSky is a class that is used to set a gradient skybox in the world.
:polytoria-GradientSky: GradientSky is a class that is used to set a gradient skybox in the world.

## Properties

Expand Down
4 changes: 2 additions & 2 deletions docs/objects/types/ColorRange.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: ColorRange
description: ColorRange is a data type that represents a color range.
icon: polytoria/Unknown
icon: polytoria/ColorRange
---

# ColorRange

:polytoria-Unknown: ColorRange is a data type that represents a color range.
:polytoria-ColorRange: ColorRange is a data type that represents a color range.

## Constructors

Expand Down
16 changes: 16 additions & 0 deletions docs/theme/.icons/polytoria/ColorRange.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions docs/theme/.icons/polytoria/GradientSky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "prettier --write ."
},
"devDependencies": {
"prettier": "^3.3.0",
"prettier-plugin-jinja-template": "^1.4.0"
"prettier": "^3.3.3",
"prettier-plugin-jinja-template": "^1.4.1"
}
}

0 comments on commit 0cf328f

Please sign in to comment.