- Notifications
You must be signed in to change notification settings - Fork20
Dragonfly documentation for users
License
dragonflydb/documentation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This website is built usingDocusaurus v2, a modern static website generator.
Install yarn:https://yarnpkg.com/getting-started/install
$ yarn
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ yarn build
This command generates static content into thebuild
directory and can be served using any static contents hosting service.
Search is powered by Algolia.For community members who maintain the documentation search functionality (those who have access to the Algolia account),please refer to theDocusaurus Search documentation first for an overview with more information.
There are a few components that might be useful to know about when debugging search-related issues:
- DocSearch is a program supporting documentation search that is free for any open-source project. Dragonfly should be part of the program already.
- Algolia Crawler requests our documentation pages and creates indexes for them once in a while.
- Algolia is where the indexes are actually stored and served from. You can access thedashboard to see the indexes and search analytics.