Skip to content

Commit 1a0884b

Browse files
committed
fix Callout link colors
1 parent 814bcab commit 1a0884b

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

src/components/Callout.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@ const calloutStyles = {
1212
container: 'border-blue-200 bg-blue-50 dark:border-blue-900 dark:bg-blue-950/20',
1313
icon: 'text-blue-600 dark:text-blue-400',
1414
title: 'text-blue-900 dark:text-blue-300',
15-
content: '!text-blue-600 dark:!text-blue-400 [&_p]:!text-blue-600 dark:[&_p]:!text-blue-400 [&_li]:!text-blue-600 dark:[&_li]:!text-blue-400 [&_strong]:!text-blue-700 dark:[&_strong]:!text-blue-300 [&_code]:!text-blue-700 dark:[&_code]:!text-blue-300'
15+
content: '!text-blue-600 dark:!text-blue-400 [&_p]:!text-blue-600 dark:[&_p]:!text-blue-400 [&_li]:!text-blue-600 dark:[&_li]:!text-blue-400 [&_strong]:!text-blue-700 dark:[&_strong]:!text-blue-300 [&_code]:!text-blue-700 dark:[&_code]:!text-blue-300 [&_a]:!text-blue-700 dark:[&_a]:!text-blue-300 [&_a]:!underline [&_a]:!underline-offset-2 hover:[&_a]:!text-blue-800 dark:hover:[&_a]:!text-blue-200'
1616
},
1717
warning: {
1818
container: 'border-yellow-200 bg-yellow-50 dark:border-yellow-900 dark:bg-yellow-950/20',
1919
icon: 'text-yellow-600 dark:text-yellow-400',
2020
title: 'text-yellow-900 dark:text-yellow-300',
21-
content: '!text-yellow-600 dark:!text-yellow-400 [&_p]:!text-yellow-600 dark:[&_p]:!text-yellow-400 [&_li]:!text-yellow-600 dark:[&_li]:!text-yellow-400 [&_strong]:!text-yellow-700 dark:[&_strong]:!text-yellow-300 [&_code]:!text-yellow-700 dark:[&_code]:!text-yellow-300'
21+
content: '!text-yellow-600 dark:!text-yellow-400 [&_p]:!text-yellow-600 dark:[&_p]:!text-yellow-400 [&_li]:!text-yellow-600 dark:[&_li]:!text-yellow-400 [&_strong]:!text-yellow-700 dark:[&_strong]:!text-yellow-300 [&_code]:!text-yellow-700 dark:[&_code]:!text-yellow-300 [&_a]:!text-yellow-700 dark:[&_a]:!text-yellow-300 [&_a]:!underline [&_a]:!underline-offset-2 hover:[&_a]:!text-yellow-800 dark:hover:[&_a]:!text-yellow-200'
2222
},
2323
note: {
2424
container: 'border-gray-200 bg-gray-50 dark:border-gray-800 dark:bg-gray-950/20',
2525
icon: 'text-gray-600 dark:text-gray-400',
2626
title: 'text-gray-900 dark:text-gray-300',
27-
content: '!text-gray-600 dark:!text-gray-400 [&_p]:!text-gray-600 dark:[&_p]:!text-gray-400 [&_li]:!text-gray-600 dark:[&_li]:!text-gray-400 [&_strong]:!text-gray-700 dark:[&_strong]:!text-gray-300 [&_code]:!text-gray-700 dark:[&_code]:!text-gray-300'
27+
content: '!text-gray-600 dark:!text-gray-400 [&_p]:!text-gray-600 dark:[&_p]:!text-gray-400 [&_li]:!text-gray-600 dark:[&_li]:!text-gray-400 [&_strong]:!text-gray-700 dark:[&_strong]:!text-gray-300 [&_code]:!text-gray-700 dark:[&_code]:!text-gray-300 [&_a]:!text-gray-700 dark:[&_a]:!text-gray-300 [&_a]:!underline [&_a]:!underline-offset-2 hover:[&_a]:!text-gray-800 dark:hover:[&_a]:!text-gray-200'
2828
},
2929
tip: {
3030
container: 'border-green-200 bg-green-50 dark:border-green-900 dark:bg-green-950/20',
3131
icon: 'text-green-600 dark:text-green-400',
3232
title: 'text-green-900 dark:text-green-300',
33-
content: '!text-green-600 dark:!text-green-400 [&_p]:!text-green-600 dark:[&_p]:!text-green-400 [&_li]:!text-green-600 dark:[&_li]:!text-green-400 [&_strong]:!text-green-700 dark:[&_strong]:!text-green-300 [&_code]:!text-green-700 dark:[&_code]:!text-green-300'
33+
content: '!text-green-600 dark:!text-green-400 [&_p]:!text-green-600 dark:[&_p]:!text-green-400 [&_li]:!text-green-600 dark:[&_li]:!text-green-400 [&_strong]:!text-green-700 dark:[&_strong]:!text-green-300 [&_code]:!text-green-700 dark:[&_code]:!text-green-300 [&_a]:!text-green-700 dark:[&_a]:!text-green-300 [&_a]:!underline [&_a]:!underline-offset-2 hover:[&_a]:!text-green-800 dark:hover:[&_a]:!text-green-200'
3434
}
3535
}
3636

src/pages/getting-started.mdx

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Basic Memory works through the Model Context Protocol (MCP) to connect with AI a
1414

1515
You can install Basic Memory using `uv`, an extremely fast Python package and project manager, written in Rust.
1616

17-
You can install `uv` from [astral's website](https://docs.astral.sh/uv/getting-started/installation/)
17+
You can install `uv` from [astral's website](https://docs.astral.sh/uv/getting-started/installation/). After installing `uv` you can install Basic Memory with the command:
1818

1919
```bash
2020
uv tool install basic-memory
@@ -79,7 +79,7 @@ By default, Basic Memory saves notes in a project called `main` in `~/basic-memo
7979

8080
#### Use Your Existing Notes Folder
8181

82-
The easiest way is to ask Claude directly in your conversation:
82+
The easiest way is to ask Claude directly in your conversation. For example:
8383

8484
```
8585
Create a new project called "my project" in the "/Users/yourname/Documents/Notes" directory
@@ -155,7 +155,7 @@ Set the default project used at startup.
155155
```
156156

157157
4. **Confirm note creation**:
158-
Claude will confirm when the note has been created and where it's stored.
158+
Claude will confirm when the note has been created and where it is stored.
159159

160160
5. **View the created file** in your `~/basic-memory` directory using any text editor or Obsidian.
161161
The file structure will look similar to:
@@ -273,7 +273,7 @@ Claude: [Switches projects and shows work-specific content]
273273

274274
## Importing Existing Conversations
275275

276-
Import your existing AI conversations using the cli commands:
276+
Import your existing AI conversations using the CLI commands:
277277

278278
```bash
279279
# From Claude
@@ -314,9 +314,6 @@ After getting started, explore these areas:
314314
<Card title="CLI Reference" href="/guides/cli-reference">
315315
Command line tools
316316
</Card>
317-
<Card title="OAuth Authentication" href="/integrations/oauth-setup">
318-
Secure remote access (v0.13.5+)
319-
</Card>
320317
</CardGroup>
321318

322319
### Staying Updated
@@ -363,7 +360,7 @@ Open Terminal and run:
363360
which uvx
364361
```
365362

366-
This will show you the full path (e.g., `/Users/yourusername/.cargo/bin/uvx`).
363+
This will show you the full path (e.g., `/Users/yourusername/.local/bin/uvx`).
367364

368365
**Step 2: Edit Claude Desktop Configuration**
369366

@@ -373,7 +370,7 @@ Edit the Claude Desktop config:
373370
{
374371
"mcpServers": {
375372
"basic-memory": {
376-
"command": "/absolute/path/to/uvx",
373+
"command": "/Users/yourusername/.local/bin/uvx",
377374
"args": [
378375
"basic-memory",
379376
"mcp"
@@ -383,7 +380,11 @@ Edit the Claude Desktop config:
383380
}
384381
```
385382

386-
Replace `/absolute/path/to/uvx` with the actual path you found in Step 1.
383+
Replace `/Users/yourusername/.local/bin/uvx` with the actual path you found in Step 1.
384+
385+
<Tip>
386+
If you need to find your username you can type `whoami` in the terminal.
387+
</Tip>
387388

388389
**Step 3: Restart Claude Desktop**
389390

src/pages/user-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Claude: I'll create a note summarizing our authentication discussion.
3434
This creates a Markdown file in your `~/basic-memory` directory with semantic markup.
3535

3636
<Tip>
37-
You can store your knowledge at any location you want. `~/basic-memory` is the default project location.
37+
You can store your knowledge at any location you want. `~/basic-memory` is the default project location. See [Choosing Where Your Notes Are Saved](/getting-started#choosing-where-your-notes-are-saved) for more information.
3838
</Tip>
3939

4040
### Direct File Creation

0 commit comments

Comments
 (0)