File tree Expand file tree Collapse file tree
pta-standards-docs/.vitepress Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,6 +115,5 @@ export default defineConfig({
115115 pattern : 'https://github.com/rustledger/rustledger/edit/main/docs/:path' ,
116116 text : 'Edit this page on GitHub' ,
117117 } ,
118-
119118 } ,
120119} ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ const isDev = import.meta.env.DEV;
44const urls = {
55 rustledger: isDev ? ' http://localhost:5173/' : ' https://rustledger.github.io/' ,
66 rustfava: isDev ? ' http://localhost:5174/rustfava/' : ' https://rustledger.github.io/rustfava/' ,
7- ptaStandards: isDev ? ' http://localhost:5175/pta-standards/' : ' https://rustledger.github.io/pta-standards/' ,
7+ ptaStandards: isDev
8+ ? ' http://localhost:5175/pta-standards/'
9+ : ' https://rustledger.github.io/pta-standards/' ,
810};
911
1012const navigate = (url ) => {
Original file line number Diff line number Diff line change @@ -91,6 +91,5 @@ export default defineConfig({
9191 pattern : 'https://github.com/rustledger/pta-standards/edit/main/:path' ,
9292 text : 'Edit this page on GitHub' ,
9393 } ,
94-
9594 } ,
9695} ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ const isDev = import.meta.env.DEV;
44const urls = {
55 rustledger: isDev ? ' http://localhost:5173/' : ' https://rustledger.github.io/' ,
66 rustfava: isDev ? ' http://localhost:5174/rustfava/' : ' https://rustledger.github.io/rustfava/' ,
7- ptaStandards: isDev ? ' http://localhost:5175/pta-standards/' : ' https://rustledger.github.io/pta-standards/' ,
7+ ptaStandards: isDev
8+ ? ' http://localhost:5175/pta-standards/'
9+ : ' https://rustledger.github.io/pta-standards/' ,
810};
911
1012const navigate = (url ) => {
Original file line number Diff line number Diff line change @@ -59,6 +59,5 @@ export default defineConfig({
5959 pattern : 'https://github.com/rustledger/rustfava/edit/main/docs/:path' ,
6060 text : 'Edit this page on GitHub' ,
6161 } ,
62-
6362 } ,
6463} ) ;
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ const isDev = import.meta.env.DEV;
44const urls = {
55 rustledger: isDev ? ' http://localhost:5173/' : ' https://rustledger.github.io/' ,
66 rustfava: isDev ? ' http://localhost:5174/rustfava/' : ' https://rustledger.github.io/rustfava/' ,
7- ptaStandards: isDev ? ' http://localhost:5175/pta-standards/' : ' https://rustledger.github.io/pta-standards/' ,
7+ ptaStandards: isDev
8+ ? ' http://localhost:5175/pta-standards/'
9+ : ' https://rustledger.github.io/pta-standards/' ,
810};
911
1012const navigate = (url ) => {
You can’t perform that action at this time.
0 commit comments