File tree Expand file tree Collapse file tree 7 files changed +306
-115
lines changed Expand file tree Collapse file tree 7 files changed +306
-115
lines changed Original file line number Diff line number Diff line change
1
+ <template >
2
+ <Navbar >
3
+ <template #endBefore >
4
+ <div class =" vp-nav-links" >
5
+ <NavbarDropdown :config =" links" ></NavbarDropdown >
6
+ </div >
7
+ </template >
8
+ </Navbar >
9
+
10
+ </template >
11
+
12
+ <script setup lang="ts">
13
+ import Navbar from " vuepress-theme-hope/modules/navbar/components/Navbar.js" ;
14
+ import NavbarDropdown from " vuepress-theme-hope/modules/navbar/components/NavbarDropdown.js" ;
15
+ import previousVersions from ' ../navbar-menus/previous-versions'
16
+
17
+ const links = { text: " Archive" , children: previousVersions }
18
+ </script >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
<p >
6
6
<b >Process Automation On Prem</b > is now <b >Runbook Automation Self-Hosted</b >
7
7
</p >
8
- </div >
8
+ </div >
9
9
</template >
10
10
</AnnounceBox >
11
11
</template >
Original file line number Diff line number Diff line change @@ -292,6 +292,10 @@ export default defineUserConfig({
292
292
__dirname ,
293
293
"./components/notFoundCustom.vue" ,
294
294
) ,
295
+ "@theme-hope/modules/navbar/components/Navbar" : path . resolve (
296
+ __dirname ,
297
+ "./components/CustomNavBar.vue" ,
298
+ ) ,
295
299
} ,
296
300
//Plugins Config
297
301
plugins : [
You can’t perform that action at this time.
0 commit comments