Skip to content

Commit

Permalink
add owners + package into the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
enzostvs committed Jun 17, 2024
1 parent baad7b4 commit 148e319
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"cSpell.words": ["huggingface"],
"deno.enablePaths": ["./e2e/deno"]
"deno.enablePaths": ["./e2e/deno"],
"typescript.tsdk": "node_modules/typescript/lib"
}
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
# Ownership for the gguf Package

/packages/gguf @mishig25 @julien-c

# Ownership for the space-header Package
/packages/space-header @enzostvs
10 changes: 10 additions & 0 deletions docs/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,13 @@
title: Use Agents to run multi-modal workflows from a natural language API
- local: agents/modules
title: API Reference
- title: "@huggingface/space-header"
isExpanded: true
sections:
- local: space-header/README
title: Use Space mini_header in your app
- title: "@huggingface/gguf"
isExpanded: true
sections:
- local: gguf/README
title: Use the GGUF parser
2 changes: 1 addition & 1 deletion packages/space-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"prepublishOnly": "pnpm run build"
},
"keywords": [],
"author": "",
"author": "Hugging Face",
"license": "ISC",
"devDependencies": {
"tsup": "^8.1.0",
Expand Down

0 comments on commit 148e319

Please sign in to comment.