Skip to content

Commit

Permalink
remove dropdown (#141)
Browse files Browse the repository at this point in the history
* remove dropdown

* add it to the navbar
  • Loading branch information
tac0turtle authored May 10, 2024
1 parent 5fac8b8 commit 1b930b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 17 deletions.
21 changes: 7 additions & 14 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,9 @@ const config = {
position: "left",
},
{
type: 'dropdown',
label: 'Build',
position: 'left',
items: [
{
type: "doc",
label: "Build a Module",
docId: "build/building-modules/intro",
},
{
label: "REST API",
to: "api",
},
],
type: "doc",
label: "Build",
docId: "build/building-modules/intro",
},
{
type: "doc",
Expand All @@ -133,6 +122,10 @@ const config = {
docId: "tutorials/vote-extensions/auction-frontrunning/getting-started",
position: "left",
},
{
label: "REST API",
to: "api",
},
{
href: "https://github.com/cosmos/cosmos-sdk",
html: `<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="github-icon">
Expand Down
7 changes: 4 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3078,9 +3078,10 @@ caniuse-api@^3.0.0:
lodash.memoize "^4.1.2"
lodash.uniq "^4.5.0"

version "1.0.30001486"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001486.tgz#56a08885228edf62cbe1ac8980f2b5dae159997e"
integrity sha512-uv7/gXuHi10Whlj0pp5q/tsK/32J2QSqVRKQhs2j8VsDCjgyruAh/eEXHF822VqO9yT6iZKw3nRwZRSPBE9OQg==
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464:
version "1.0.30001617"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz#809bc25f3f5027ceb33142a7d6c40759d7a901eb"
integrity sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==

ccount@^1.0.0:
version "1.1.0"
Expand Down

0 comments on commit 1b930b1

Please sign in to comment.