@@ -56,7 +56,7 @@ const config: Config = {
5656 [ require ( '@docusaurus/remark-plugin-npm2yarn' ) , { sync : true } ] ,
5757 ] ,
5858 editUrl :
59- 'https://github.com/underctrl-io /commandkit/tree/main/apps/website/' ,
59+ 'https://github.com/neplextech /commandkit/tree/main/apps/website/' ,
6060 sidebarItemsGenerator : async ( args ) => {
6161 const items = await args . defaultSidebarItemsGenerator ( args ) ;
6262
@@ -148,12 +148,12 @@ const config: Config = {
148148 } ,
149149 } ,
150150 {
151- href : 'https://github.com/underctrl-io /commandkit' ,
151+ href : 'https://github.com/neplextech /commandkit' ,
152152 label : 'GitHub' ,
153153 position : 'right' ,
154154 } ,
155155 {
156- href : 'https://ctrl.lol /discord' ,
156+ href : 'https://neplextech.com /discord' ,
157157 label : 'Discord' ,
158158 position : 'right' ,
159159 } ,
@@ -162,20 +162,7 @@ const config: Config = {
162162 footer : {
163163 style : 'light' ,
164164 copyright : `
165- <a
166- href="https://www.netlify.com?utm_source=commandkit"
167- target="_blank"
168- rel="noopener noreferrer"
169- className="mx-auto"
170- >
171- <img
172- src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg"
173- alt="Deploys by Netlify"
174- />
175- </a>
176- <br/>
177- <br/>
178- GPL-3.0-only © ${ new Date ( ) . getFullYear ( ) } Avraj Sahota` ,
165+ GPL-3.0-only © ${ new Date ( ) . getFullYear ( ) } <a href="https://neplextech.com?utm_source=commandkit" target="_blank" rel="noopener noreferrer">Neplex</a>.` ,
179166 } ,
180167 prism : {
181168 theme : prismThemes . vsLight ,
0 commit comments