github.com/vipernet-xyz/tm@v0.34.24/docs/.vuepress/config.js (about)

     1  module.exports = {
     2    theme: 'cosmos',
     3    title: 'Tendermint Core',
     4    base: process.env.VUEPRESS_BASE,
     5    themeConfig: {
     6      repo: 'tendermint/tendermint',
     7      docsRepo: 'tendermint/tendermint',
     8      docsDir: 'docs',
     9      editLinks: true,
    10      label: 'core',
    11      algolia: {
    12        id: "BH4D9OD16A",
    13        key: "59f0e2deb984aa9cdf2b3a5fd24ac501",
    14        index: "tendermint"
    15      },
    16      versions: [
    17        {
    18          "label": "v0.34 (latest)",
    19          "key": "v0.34"
    20        },
    21        {
    22          "label": "v0.33",
    23          "key": "v0.33"
    24        }
    25      ],
    26      topbar: {
    27        banner: false,
    28      },
    29      sidebar: {
    30        auto: true,
    31        nav: [
    32          {
    33            title: 'Resources',
    34            children: [
    35              {
    36                title: 'RPC',
    37                path: (process.env.VUEPRESS_BASE ? process.env.VUEPRESS_BASE : '/')+'rpc/',
    38                static: true
    39              },
    40            ]
    41          }
    42        ]
    43      },
    44      gutter: {
    45        title: 'Help & Support',
    46        editLink: true,
    47        forum: {
    48          title: 'Tendermint Discussions',
    49          text: 'Join the Tendermint discussions to learn more',
    50          url: 'https://github.com/vipernet-xyz/tm/discussions',
    51          bg: '#0B7E0B',
    52          logo: 'tendermint'
    53        },
    54        github: {
    55          title: 'Found an Issue?',
    56          text: 'Help us improve this page by suggesting edits on GitHub.'
    57        }
    58      },
    59      footer: {
    60        question: {
    61          text: 'Chat with Tendermint developers in <a href=\'https://discord.gg/vcExX9T\' target=\'_blank\'>Discord</a> or reach out on <a href=\'https://github.com/vipernet-xyz/tm/discussions\' target=\'_blank\'>GitHub</a> to learn more.'
    62        },
    63        logo: '/logo-bw.svg',
    64        textLink: {
    65          text: 'tendermint.com',
    66          url: 'https://tendermint.com'
    67        },
    68        services: [
    69          {
    70            service: 'medium',
    71            url: 'https://medium.com/@tendermint'
    72          },
    73          {
    74            service: 'twitter',
    75            url: 'https://twitter.com/tendermint_team'
    76          },
    77          {
    78            service: 'linkedin',
    79            url: 'https://www.linkedin.com/company/tendermint/'
    80          },
    81          {
    82            service: 'reddit',
    83            url: 'https://reddit.com/r/cosmosnetwork'
    84          },
    85          {
    86            service: 'telegram',
    87            url: 'https://t.me/cosmosproject'
    88          },
    89          {
    90            service: 'youtube',
    91            url: 'https://www.youtube.com/c/CosmosProject'
    92          }
    93        ],
    94        smallprint:
    95          'The development of Tendermint Core is led primarily by [Interchain GmbH](https://interchain.berlin/). Funding for this development comes primarily from the Interchain Foundation, a Swiss non-profit. The Tendermint trademark is owned by Tendermint Inc, the for-profit entity that also maintains this website.',
    96        links: [
    97          {
    98            title: 'Documentation',
    99            children: [
   100              {
   101                title: 'Cosmos SDK',
   102                url: 'https://docs.cosmos.network'
   103              },
   104              {
   105                title: 'Cosmos Hub',
   106                url: 'https://hub.cosmos.network'
   107              }
   108            ]
   109          },
   110          {
   111            title: 'Community',
   112            children: [
   113              {
   114                title: 'Tendermint blog',
   115                url: 'https://medium.com/@tendermint'
   116              },
   117              {
   118                title: 'GitHub Discussions',
   119                url: 'https://github.com/vipernet-xyz/tm/discussions'
   120              }
   121            ]
   122          },
   123          {
   124            title: 'Contributing',
   125            children: [
   126              {
   127                title: 'Contributing to the docs',
   128                url: 'https://github.com/vipernet-xyz/tm'
   129              },
   130              {
   131                title: 'Source code on GitHub',
   132                url: 'https://github.com/vipernet-xyz/tm'
   133              },
   134              {
   135                title: 'Careers at Tendermint',
   136                url: 'https://tendermint.com/careers'
   137              }
   138            ]
   139          }
   140        ]
   141      }
   142    },
   143    plugins: [
   144      [
   145        '@vuepress/google-analytics',
   146        {
   147          ga: 'UA-51029217-11'
   148        }
   149      ],
   150      [
   151        '@vuepress/plugin-html-redirect',
   152        {
   153          countdown: 0
   154        }
   155      ]
   156    ]
   157  };