Skip to content

Commit

Permalink
Merge pull request #136 from brown-ccv/feat-search
Browse files Browse the repository at this point in the history
feat: Add search support
  • Loading branch information
RobertGemmaJr authored May 13, 2024
2 parents def15db + 4b7c27d commit eb172bd
Show file tree
Hide file tree
Showing 4 changed files with 343 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docs/quick_start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,16 @@ cd 'path/to/directory'

4. Clone the repo with the following command

```shell title='Paste the URL you copied earlier'
```shell title="Paste the URL you copied earlier"
git clone https://github.com/<YOUR-USERNAME>/<YOUR-REPOSITORY>
```

5. Navigate into the cloned repository

```shell title="The folder is the name of your repository"
cd <YOUR-REPOSITORY>
```

:::note
Git can be downloaded [here](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) if it is not already on your system.
:::
Expand Down
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
markdown: { mermaid: true },
themes: ["@docusaurus/theme-mermaid"],
projectName: "honeycomb-docs",
plugins: [require.resolve("docusaurus-lunr-search")],
presets: [
[
"@docusaurus/preset-classic",
Expand Down
Loading

0 comments on commit eb172bd

Please sign in to comment.