Here's my Github repo: My Repo
When I run this through GitHub Pages: My GH Pages site
The Sidebar displays 2 search fields. I have followed directions for setting up Search and setup seems right to me. I only want 1 search field. See index.html in repo above.
When I click on SSIS>txn I cannot scroll the page. Couldn't find anything about page scrolling in setup.
What's missing on these two items?
This problem is caused by your
[Get Started](index.html)indocs/_coverpage.md, which repeatedly accessesindex.html.You can change it to
to solve this problem