Skip to content

Commit

Permalink
docs: add search (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbentwo committed Dec 15, 2022
1 parent 40210e8 commit 7697c2c
Show file tree
Hide file tree
Showing 4 changed files with 606 additions and 6 deletions.
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;

0 comments on commit 7697c2c

Please sign in to comment.