Skip to content

Commit

Permalink
Fix the formatting of _config.yml (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: gcanti <giulio.canti@gmail.com>
  • Loading branch information
IMax153 and gcanti authored Jul 1, 2023
1 parent 3ce558e commit 115b996
Show file tree
Hide file tree
Showing 11 changed files with 916 additions and 535 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-years-shake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/docgen": patch
---

fix formatting of the \_config.yml output by docgen
5 changes: 5 additions & 0 deletions .changeset/thin-plants-argue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@effect/docgen": patch
---

upgrade dependencies
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ search_enabled: true

# Aux links for the upper right navigation
aux_links:
"@effect/docgen on GitHub":
- "https://github.com/effect-ts/docgen"
'@effect/docgen on GitHub':
- 'https://github.com/effect-ts/docgen'
2 changes: 1 addition & 1 deletion docs/modules/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: Modules
has_children: true
permalink: /docs/modules
nav_order: 2
---
---
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,43 +34,43 @@
},
"homepage": "https://github.com/effect-ts/docgen",
"dependencies": {
"@effect/data": "^0.12.2",
"@effect/io": "^0.25.9",
"@effect/schema": "^0.19.0",
"@effect/data": "^0.12.10",
"@effect/io": "^0.28.0",
"@effect/schema": "^0.21.1",
"chalk": "^2.4.2",
"doctrine": "^3.0.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.6",
"fs-extra": "^11.1.1",
"glob": "^10.3.1",
"markdown-toc": "^1.2.0",
"prettier": "^2.8.8",
"rimraf": "^2.7.1",
"ts-morph": "^18.0.0",
"rimraf": "^5.0.1",
"ts-morph": "^19.0.0",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@changesets/cli": "^2.26.2",
"@repo-tooling/eslint-plugin-dprint": "^0.0.4",
"@types/doctrine": "0.0.3",
"@types/fs-extra": "^5.0.5",
"@types/glob": "^7.1.3",
"@types/node": "^18.16.6",
"@types/prettier": "^2.7.2",
"@types/rimraf": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitest/coverage-c8": "^0.31.0",
"eslint": "^8.40.0",
"@types/doctrine": "0.0.5",
"@types/fs-extra": "^11.0.1",
"@types/glob": "^8.1.0",
"@types/node": "^20.3.3",
"@types/prettier": "^2.7.3",
"@types/rimraf": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitest/coverage-v8": "^0.32.2",
"eslint": "^8.44.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-codegen": "^0.17.0",
"eslint-plugin-deprecation": "^1.4.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vitest": "^0.31.0"
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.3.9",
"vitest": "^0.32.2"
},
"peerDependencies": {
"typescript": "^5.x"
Expand Down
Loading

0 comments on commit 115b996

Please sign in to comment.