Skip to content

Commit

Permalink
Bagisto Versions Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhYogi-Webkul committed Jun 19, 2024
1 parent b78b361 commit 86017ff
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ module.exports = {
contactUs: { text: 'Contact Us', link: 'https://bagisto.com/en/contacts/' },

sidebar: {
'/2.0/': require('./version-configs/2.0'),
'/2.1.0/': require('./version-configs/2.1.0'),
'/2.2.0/': require('./version-configs/2.2.0')
'/2.2.0/': require('./version-configs/2.2.0'),
'/2.1.0/': require('./version-configs/2.1.0'),
'/2.0/': require('./version-configs/2.0')

}
},
markdown: {
Expand Down
8 changes: 4 additions & 4 deletions docs/.vuepress/theme/components/NavLinks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@

<div class="nav-item" v-if="$route.path.split('/')[1] !== ''">
<select v-model="version" @change="changeVersion">
<option value="2.0">2.0</option>
<option value="2.1.0">2.1.0</option>
<option value="2.2.0">2.2.0</option>
</select>
<option value="2.1.0">2.1.0</option>
<option value="2.0">2.0</option>
</select>
</div>
</nav>
</template>
Expand All @@ -66,7 +66,7 @@ export default {
data() {
return {
version: '2.0',
version: '2.2.0',
};
},
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ home: true
heroText: Bagisto User Guide
tagline: A Comprehensive User Guide to Seamlessly Navigate Bagisto.
actionText: Get Started →
actionLink: /2.0/introduction/
actionLink: /2.2.0/introduction/
features:
- title: Product Types
details: Learn how to create Products for Bagisto.
Expand Down

0 comments on commit 86017ff

Please sign in to comment.