We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d3eeb3 + f60f681 commit f1ebc87Copy full SHA for f1ebc87
5 files changed
.github/CODEOWNERS
@@ -1 +1 @@
1
-* @joamatab @ThomasPluck @sheron-lian @thanojo @nikosavola @Alex-l-r @cdaunt @das-dias
+* @joamatab @thanojo @cdaunt @das-dias
.gitignore
@@ -2,6 +2,8 @@ ihp-klayout/
2
docs/cells.md
3
docs/cells_fixed.md
4
docs/cells2_reference.md
5
+docs/changelog.md
6
+docs/index.md
7
*.glb
8
9
# Simulation outputs
Makefile
@@ -61,8 +61,7 @@ cp-docs:
61
docs: cp-docs cells
62
uv run --extra docs zensical build -f docs/zensical.toml
63
64
-docs-serve: cp-docs cells
65
- cp CHANGELOG.md docs/changelog.md
+docs-serve: cp-docs
66
uv run --extra docs zensical serve -f docs/zensical.toml -a localhost:8080
67
68
update-changelog:
docs/changelog.md
docs/index.md
0 commit comments