File tree 5 files changed +15
-81
lines changed
5 files changed +15
-81
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ sidebar_position: 2
4
4
5
5
# Getting Started
6
6
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
+
8
9
9
10
## Prerequisites
10
11
@@ -26,9 +27,9 @@ npx mycoder
26
27
27
28
MyCoder works on all major operating systems. Select your platform for specific setup instructions:
28
29
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 )
32
33
33
34
## Setting Up Your API Key
34
35
@@ -80,6 +81,6 @@ mycoder config set modelName gpt-4o
80
81
81
82
## Next Steps
82
83
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 )
85
86
- Join our [ Discord community] ( https://discord.gg/5K6TYrHGHt )
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ MyCoder can help with a wide variety of development tasks:
50
50
51
51
To start using MyCoder, check out the following sections:
52
52
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 )
55
55
- [ Configuration options] ( ./usage/configuration.md )
56
56
57
57
## Community
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ sidebar_position: 3
6
6
7
7
Learn how to use MyCoder effectively for your development tasks.
8
8
9
+
9
10
## Basic Usage
10
11
11
12
### Running with a Prompt
@@ -103,7 +104,7 @@ To enable GitHub mode:
103
104
mycoder config set githubMode true
104
105
```
105
106
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 ) .
107
108
108
109
## Available Tools
109
110
@@ -121,6 +122,6 @@ MyCoder has access to a variety of tools that enable it to perform complex tasks
121
122
122
123
For more detailed information about specific features, check the following pages:
123
124
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 )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function HomepageHeader() {
20
20
< div className = { styles . buttons } >
21
21
< Link
22
22
className = "button button--secondary button--lg"
23
- to = "/docs/intro " >
23
+ to = "/docs" >
24
24
Get Started with MyCoder
25
25
</ Link >
26
26
</ div >
You can’t perform that action at this time.
0 commit comments