@@ -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