Skip to content

Commit

Permalink
Merge pull request #624 from MrXJC/jiacheng/docs
Browse files Browse the repository at this point in the history
 Move software/basic_concepts to features
  • Loading branch information
HaoyangLiu authored Nov 16, 2018
2 parents cc65133 + 32757ba commit 7cd04ba
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,8 @@ module.exports = {
'The-IRIS-Network/'
]
}],
'/software/': [{
title: 'Basic Concepts',
collapsable: false,
children: [
["basic-concepts/coin-type.md", 'Coin Type'],
["basic-concepts/fee.md", 'Fee'],
["basic-concepts/inflation.md", 'Infation'],
["basic-concepts/bech32-prefix.md", 'Bech32 Prefix'],
["basic-concepts/genesis-file.md", 'Genesis File'],
["basic-concepts/gov-params.md", 'Gov Params']
]
}, {
'/software/': [
{
title: 'Node',
collapsable: false,
children: [
Expand Down Expand Up @@ -87,7 +77,18 @@ module.exports = {
]
}],
'/features/': [{
title: 'Features',
title: 'Basic Concepts',
collapsable: false,
children: [
["basic-concepts/coin-type.md", 'Coin Type'],
["basic-concepts/fee.md", 'Fee'],
["basic-concepts/inflation.md", 'Infation'],
["basic-concepts/bech32-prefix.md", 'Bech32 Prefix'],
["basic-concepts/genesis-file.md", 'Genesis File'],
["basic-concepts/gov-params.md", 'Gov Params']
]
},{
title: 'Modules',
collapsable: false,
children: [
['bank.md', 'Bank'],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7cd04ba

Please sign in to comment.