Skip to content

Commit 810a744

Browse files
committed
feat: Update documentation links and titles for clarity and consistency
1 parent c69e51f commit 810a744

1 file changed

Lines changed: 23 additions & 13 deletions

File tree

β€Ž.vitepress/config.mtsβ€Ž

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default defineConfig({
101101
link: "/docs/what-is-penify",
102102
items: [
103103
{
104-
text: "πŸ”§ Install Penify on Github",
104+
text: "πŸ”§ Install on Github",
105105
link: "/docs/what-is-penify#πŸ› %EF%B8%8F-how-to-install-penify-on-github",
106106
items: [
107107
{
@@ -111,13 +111,9 @@ export default defineConfig({
111111
],
112112
},
113113
{
114-
text: "πŸ”§ Install Penify on AzureDevops",
114+
text: "πŸ”§ Install on AzureDevops",
115115
link: "/docs/install-penify-on-AzureDevops",
116116
},
117-
{
118-
text: "πŸ”‘ Create API Token",
119-
link: "/docs/Creating-API-Keys-in-Penify",
120-
},
121117
{
122118
text: "πŸ”‘ Setup penify.config.json",
123119
link: "/docs/penify-config-json.md",
@@ -147,28 +143,42 @@ export default defineConfig({
147143
link: "/docs/penify-cli-detailed-usage",
148144
},
149145
{
150-
text: "πŸ“ Commit Summary Generation",
146+
text: "πŸ”‘ Create API Token",
147+
link: "/docs/Creating-API-Keys-in-Penify",
148+
},
149+
{
150+
text: "πŸ“ Configure LLM and JIRA",
151+
link: "/docs/config-cli-documentation",
152+
items: [
153+
{
154+
text: "πŸ“ Local LLM",
155+
link: "/docs/config-cli-documentation#llm-configuration",
156+
},
157+
{
158+
text: "πŸ“ Jira",
159+
link: "/docs/config-cli-documentation#using-local-llm#jira-configuration",
160+
}]
161+
},
162+
{
163+
text: "πŸ“ Commit Summary",
151164
link: "/docs/commit-summary-generation-cli",
152165
items: [
153166
{
154167
text: "πŸ“ Using Local LLM",
155168
link: "/docs/commit-summary-generation-cli#using-local-llm",
156169
},
157170
{
158-
text: "πŸ“ Enhance with Jira context",
171+
text: "πŸ“ Add Jira context",
159172
link: "/docs/commit-summary-generation-cli#using-local-llm#jira-enhancement",
160173
}]
161174
},
162-
{
163-
text: "πŸ“ Configure Penify to use Local LLM and JIRA",
164-
link: "/docs/config-cli-documentation",
165-
},
175+
166176
{
167177
text: "πŸ“„ File Documentation",
168178
link: "/docs/file-documentation-cli",
169179
},
170180
{
171-
text: "πŸ“ Repository Documentation",
181+
text: "πŸ“ Repo Documentation",
172182
link: "/docs/repository-documentation-cli",
173183
},
174184
{

0 commit comments

Comments
Β (0)