File tree Expand file tree Collapse file tree 5 files changed +15
-81
lines changed Expand file tree Collapse file tree 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
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
2728MyCoder 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 )
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ MyCoder can help with a wide variety of development tasks:
5050
5151To 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
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ sidebar_position: 3
66
77Learn 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:
103104mycoder 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
122123For 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 )
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments