feat: add github links in docs (#13491)
* feat: add github links in docs * apply proto theme * fix toc
This commit is contained in:
@@ -40,7 +40,6 @@ const config = {
|
||||
docs: {
|
||||
sidebarPath: require.resolve("./sidebars.js"),
|
||||
routeBasePath: "/",
|
||||
editUrl: "https://github.com/cosmos/cosmos-sdk/tree/main/",
|
||||
lastVersion: lastVersion,
|
||||
versions: {
|
||||
current: {
|
||||
@@ -191,6 +190,7 @@ const config = {
|
||||
contextualSearch: false,
|
||||
},
|
||||
}),
|
||||
themes: ["@you54f/theme-github-codeblock"],
|
||||
plugins: [
|
||||
async function myPlugin(context, options) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user