Skip to content

Commit d079d1a

Browse files
authored
Merge pull request #39 from drivecore/fix-homepage-links
Fix broken links in homepage
2 parents cb2ccc2 + b020a7b commit d079d1a

File tree

5 files changed

+15
-81
lines changed

5 files changed

+15
-81
lines changed

docs/deployment.md

-68
This file was deleted.

docs/getting-started.md renamed to docs/getting-started/index.mdx

+7-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ sidebar_position: 2
44

55
# Getting Started
66

7-
Learn how to install and set up MyCoder for your development environment.
7+
Learn how to install and set up MyCoder for your development environment.=
8+
89

910
## Prerequisites
1011

@@ -26,9 +27,9 @@ npx mycoder
2627

2728
MyCoder works on all major operating systems. Select your platform for specific setup instructions:
2829

29-
- [Windows Setup](./getting-started/windows.md)
30-
- [macOS Setup](./getting-started/macos.md)
31-
- [Linux Setup](./getting-started/linux.md)
30+
- [Windows Setup](./windows)
31+
- [macOS Setup](./macos)
32+
- [Linux Setup](./linux)
3233

3334
## Setting Up Your API Key
3435

@@ -80,6 +81,6 @@ mycoder config set modelName gpt-4o
8081

8182
## Next Steps
8283

83-
- Learn about [basic usage](./usage.md)
84-
- Explore the [configuration options](./usage/configuration.md)
84+
- Learn about [basic usage](../usage)
85+
- Explore the [configuration options](../usage/configuration)
8586
- Join our [Discord community](https://discord.gg/5K6TYrHGHt)

docs/intro.md renamed to docs/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ MyCoder can help with a wide variety of development tasks:
5050

5151
To start using MyCoder, check out the following sections:
5252

53-
- [Installation and setup](./getting-started.md)
54-
- [Basic usage and commands](./usage.md)
53+
- [Installation and setup](./getting-started/index.mdx)
54+
- [Basic usage and commands](./usage/index.mdx)
5555
- [Configuration options](./usage/configuration.md)
5656

5757
## Community

docs/usage.md renamed to docs/usage/index.mdx

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sidebar_position: 3
66

77
Learn how to use MyCoder effectively for your development tasks.
88

9+
910
## Basic Usage
1011

1112
### Running with a Prompt
@@ -103,7 +104,7 @@ To enable GitHub mode:
103104
mycoder config set githubMode true
104105
```
105106

106-
This requires the GitHub CLI (`gh`) to be installed and authenticated. For more details, see the [GitHub Mode documentation](./usage/github-mode.md).
107+
This requires the GitHub CLI (`gh`) to be installed and authenticated. For more details, see the [GitHub Mode documentation](./github-mode).
107108

108109
## Available Tools
109110

@@ -121,6 +122,6 @@ MyCoder has access to a variety of tools that enable it to perform complex tasks
121122

122123
For more detailed information about specific features, check the following pages:
123124

124-
- [Configuration Options](./usage/configuration.md)
125-
- [GitHub Mode](./usage/github-mode.md)
126-
- [Performance Profiling](./usage/performance-profiling.md)
125+
- [Configuration Options](./configuration)
126+
- [GitHub Mode](./github-mode)
127+
- [Performance Profiling](./performance-profiling)

src/pages/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function HomepageHeader() {
2020
<div className={styles.buttons}>
2121
<Link
2222
className="button button--secondary button--lg"
23-
to="/docs/intro">
23+
to="/docs">
2424
Get Started with MyCoder
2525
</Link>
2626
</div>

0 commit comments

Comments
 (0)