Just set up Docsify on Github Pages, issues: 2 search fields, lose ability to scroll

468 Views Asked by At

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?

1

There are 1 best solutions below

0
On

The Sidebar displays 2 search fields

This problem is caused by your [Get Started](index.html) in docs/_coverpage.md, which repeatedly accesses index.html.

You can change it to

[Get Started](/?id=docs-testgithubio)

to solve this problem