Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ export default defineConfig({
text: "🔧 Install Penify on AzureDevops",
link: "/docs/install-penify-on-AzureDevops",
},
{
text: "🔧 Install Penify on BitBucket",
link: "/docs/install_penify_on_bitbucket",
},
{
text: "🔑 Create API Token",
link: "/docs/Creating-API-Keys-in-Penify",
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 3 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ features:
- title: Create API Token
details: Guide on how to create API Token
link: /docs/Creating-API-Keys-in-Penify.md
- title: Install Penify on BitBucket
details: Guide on how to install Penify on BitBucket
link: /docs/install_penify_on_bitbucket.md
- title: Install Penify on AuzreDevops
details: Guide on how to install Penify on AzureDevops
link: /docs/install-penify-on-AzureDevops.md
Expand Down
Loading