Skip to content

Commit

Permalink
add steem-js-sdk previous docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ety001 committed Dec 20, 2024
1 parent e88e03c commit c4c023a
Show file tree
Hide file tree
Showing 6 changed files with 5,045 additions and 2 deletions.
22 changes: 21 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,29 @@ import { defineUserConfig } from 'vuepress';

export default defineUserConfig({
bundler: viteBundler(),
theme: defaultTheme(),
theme: defaultTheme({
locales: {
'/': {
selectLanguageName: 'English',
},
'/zh/': {
selectLanguageName: '简体中文',
},
},
}),
title: 'Steem Docs',
description: "The Documentation for the Steem Blockchain",
base: '/docs/',
dest: 'docs/.vuepress/dist',
lang: 'en-US',
locales: {
'/': {
lang: 'en-US',
title: 'Steem Docs',
description: "The Documentation for the Steem Blockchain",
},
'/zh/': {
lang: 'zh-CN',
},
},
});
Loading

0 comments on commit c4c023a

Please sign in to comment.