Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs feature: search #276

Merged
merged 1 commit into from Dec 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion website/README.md
Expand Up @@ -6,6 +6,7 @@ This folder contains the website powering official [atmos](https://atmos.tools)

1. Install dependencies by running `brew bundle install`. This command will look for the `Brewfile` and installs its contents.
2. Start the NPM dependencies by running `npm install`
3. Start the local web server by running `npm run start`
3. Build the local search base by running `npm run build`
4. Start the local web server by running `npm run serve`

The shortcut for running all these commands is just to run `make all``
1 change: 1 addition & 0 deletions website/docusaurus.config.js
Expand Up @@ -123,6 +123,7 @@ const config = {
darkTheme: darkCodeTheme,
},
}),
plugins: [require.resolve("@cmfcmf/docusaurus-search-local")],
};

module.exports = config;