Home
This is Equal Entry’s Knowledge Base. Here, you can learn how to make technology more accessible to people with disabilities.
The Equal Entry Knowledge Base is always expanding and we love hearing from our customers. Review Frequently Asked Questions to get started or if you have suggestions for improvements. We want our Knowledge Base to be as useful as possible.
- See all of the code that might need to be edited for Theme
- Read the Jekyll Docs
Learn more about improving the site
If Jekyll is installed on your computer, you can also build and preview the created site locally. This lets you test changes before committing them, and avoids waiting for GitHub Pages.1 And you will be able to deploy your local build to a different platform than GitHub Pages.
More specifically, the created site:
- uses a gem-based approach, i.e. uses a
Gemfileand loads thejust-the-docsgem - uses the GitHub Pages / Actions workflow to build and publish the site on GitHub Pages
Other than that, you’re free to customize sites that you create with this template, however you like. You can easily change the versions of just-the-docs and Jekyll it uses, as well as adding further plugins.
Browse our documentation to learn more about how to use this theme.
To get started with creating a site, simply:
- click “use this template” to create a GitHub repository
- go to Settings > Pages > Build and deployment > Source, and select GitHub Actions
If you want to maintain your docs in the docs directory of an existing project repo, see Hosting your docs from an existing project repo in the template README.