Skip to content

Commit 5fb0d61

Browse files
committed
docs: reorganize docs
1 parent 9ceabb9 commit 5fb0d61

File tree

7 files changed

+47
-18
lines changed

7 files changed

+47
-18
lines changed

docs/cli/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# About Commandline Interface
22

3-
TODO
3+
TODO - write about the CLI

docs/get_started/configuration.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Configuration
2+
3+
- [ ] What is a `robot.toml` file
4+
- [ ] How to use `robot.toml`
5+
- [ ] in vscode
6+
- [ ] on command line
7+
- [ ] in other editors/CI Pipelines, ...
8+
- [ ] robot.toml
9+
- [ ] RobotCode settings
10+
- [ ] RobotFramework Settings
11+
- [ ] Profiles
12+
- [ ] Define profiles
13+
- [ ] override vs expand settings
14+
- [ ] Use profiles

docs/get_started/quickstart.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Quickstart
2+
3+
- [ ] How to setup a robotframework project with RobotCode
4+
- [ ] Create Virtual Environment
5+
- [ ] install robotframework
6+
- install additional tools
7+
- robotframework-robocop
8+
- robotframework-tidy
9+
- create your first suite/test
10+
- run your first test
11+
12+
- configure your robotframework project
13+
- default settings in robot.toml
14+
- python-path = ["resources", "lib"]
15+
- output-dir = "reports"

docs/get_started/troubleshooting.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Troubleshooting
2+
3+
TODO

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome to RobotCode
1+
# About
22

33

44
[![Visual Studio Marketplace](https://img.shields.io/visual-studio-marketplace/v/d-biehl.robotcode?style=flat&label=VS%20Marketplace&logo=visual-studio-code)](https://marketplace.visualstudio.com/items?itemName=d-biehl.robotcode)

docs/installation.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
comming soon ...
2-
3-
```python
4-
def do_something():
5-
pass
6-
```
1+
# Installation
72

8-
```robotframework
9-
*** Settings ***
10-
Documentation A test suite with a single test.
3+
## Visual Studio Code
4+
comming soon ...
115

12-
*** Test Cases ***
13-
Example
14-
Log Hello, Robot!
15-
```
6+
## Python
7+
comming soon ...

mkdocs.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,14 @@ extra_css:
120120
- stylesheets/extra.css
121121

122122
nav:
123-
- Home: index.md
124-
- Features: features.md
125-
- Installation: installation.md
123+
- Home:
124+
- index.md
125+
- features.md
126+
- installation.md
127+
- Get Started:
128+
- get_started/quickstart.md
129+
- get_started/configuration.md
130+
- get_started/troubleshooting.md
126131
- CLI:
127132
- About: cli/about.md
128133
- Reference: cli/reference.md

0 commit comments

Comments
 (0)