Skip to content

Commit ed3591c

Browse files
Updating NavBar to prevent overflow of search bar (#1614)
1 parent f86bb11 commit ed3591c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
File renamed without changes.

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
# Note the "1" or "True" value above as the third argument to indicate
9191
# an arbitrary url.
9292
"navbar_links": [
93-
("What is AWS SDK for pandas?", "what"),
93+
("About", "about"),
9494
("Install", "install"),
9595
("Tutorials", "tutorials"),
9696
("API Reference", "api"),
9797
("License", "https://github.com/aws/aws-sdk-pandas/blob/main/LICENSE.txt", True),
98-
("Contributing", "https://github.com/aws/aws-sdk-pandas/blob/main/CONTRIBUTING.md", True),
98+
("Contribute", "https://github.com/aws/aws-sdk-pandas/blob/main/CONTRIBUTING.md", True),
9999
("GitHub", "https://github.com/aws/aws-sdk-pandas", True),
100100
],
101101
# Render the next and previous page links in navbar. (Default: true)

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Read The Docs
6161
.. toctree::
6262
:maxdepth: 2
6363

64-
what
64+
about
6565
install
6666
tutorials
6767
api

0 commit comments

Comments
 (0)