Skip to content

Commit 4bb8dd5

Browse files
authored
Merge pull request #284 from rescript-association/new-collapsible-navigation
New improved topbar navigation
2 parents b58b78d + d1490ae commit 4bb8dd5

19 files changed

+1157
-548
lines changed

public/static/[email protected]

1.72 KB
Loading

public/static/[email protected]

1.2 KB
Loading

public/static/ic_package.svg

Lines changed: 9 additions & 0 deletions
Loading

public/static/[email protected]

1.6 KB
Loading

public/static/[email protected]

3.92 KB
Loading

public/static/ic_search.svg

Lines changed: 6 additions & 0 deletions
Loading

public/static/[email protected]

99.7 KB
Loading

src/DocsOverview.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/DocsOverview.res

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ let default = (~showVersionSelect=true) => {
3939
("GenType", "/docs/gentype/latest/introduction"),
4040
("Reanalyze", "https://github.com/reason-association/reanalyze"),
4141
]
42+
4243
let tools = [("Syntax Lookup", "/syntax-lookup")]
4344

4445
let versionSelect = if showVersionSelect {
@@ -55,7 +56,7 @@ let default = (~showVersionSelect=true) => {
5556
router->Next.Router.push(targetUrl)
5657
}
5758
<div className="text-fire">
58-
<VersionSelect availableVersions=ManualDocsLayout.allManualVersions onChange version />
59+
<VersionSelect availableVersions=Constants.allManualVersions onChange version />
5960
</div>
6061
} else {
6162
React.null

src/common/Constants.js

Lines changed: 67 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)