File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414</p >
1515<p align =" center " >
1616 <a href="https://github.com/marle3003/mokapi/releases">Download</a> ·
17- <a href="https://mokapi.io/docs/guides/get-started/ welcome">Documentation</a>
17+ <a href="https://mokapi.io/docs/guides/welcome">Documentation</a>
1818</p >
1919
2020** Mokapi** is an open-source tool that allows Agile, DevOps and Continuous Deployment teams
@@ -71,7 +71,7 @@ curl http://localhost/api/v31/pet/2 -H 'Accept: application/json'
7171
7272## Documentation
7373
74- - [ Get Started] ( https://mokapi.io/docs/guides/get-started/ welcome )
74+ - [ Get Started] ( https://mokapi.io/docs/guides/welcome )
7575- [ HTTP] ( https://mokapi.io/docs/guides/http )
7676- [ Kafka] ( https://mokapi.io/docs/guides/kafka/overview )
7777- [ LDAP] ( https://mokapi.io/docs/guides/ldap/overview )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ npx mokapi --Providers.File.Directory=./mokapi
4545
4646## Documentation
4747
48- - [ Get Started] ( https://mokapi.io/docs/guides/get-started/ welcome )
48+ - [ Get Started] ( https://mokapi.io/docs/guides/welcome )
4949- [ HTTP] ( https://mokapi.io/docs/guides/http/overview )
5050- [ Kafka] ( https://mokapi.io/docs/guides/kafka/overview )
5151- [ LDAP] ( https://mokapi.io/docs/guides/ldap/overview )
Original file line number Diff line number Diff line change 11/**
22 * Mokapi JavaScript API
3- * https://mokapi.io/docs/guides/get-started/ welcome
3+ * https://mokapi.io/docs/guides/welcome
44 */
55
66import "./faker" ;
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ const router = createRouter({
214214 path : '/docs' ,
215215 redirect : ( {
216216 name : 'docs' ,
217- params : { level1 : 'guides' , level2 : 'get-started' , level3 : ' welcome'}
217+ params : { level1 : 'guides' , level2 : 'welcome' }
218218 } ) ,
219219 name : 'docsStart' ,
220220 children : [
You can’t perform that action at this time.
0 commit comments