Skip to content

Commit

Permalink
docs: remove developing/index.md (#2464)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenworthington committed Jun 3, 2024
1 parent 889d78c commit ee79f29
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 48 deletions.
Binary file removed docs/developing/gh_clone.png
Binary file not shown.
Binary file removed docs/developing/gh_fork.png
Binary file not shown.
45 changes: 0 additions & 45 deletions docs/developing/index.md

This file was deleted.

Binary file removed docs/developing/vsc_debug.png
Binary file not shown.
Binary file removed docs/developing/vsc_run.png
Binary file not shown.
17 changes: 16 additions & 1 deletion docs/gettingstarted/create-parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,22 @@ linebreaking, source/sourcetype setting, and timestamping. Creating a parser als
## Before you start
* Make sure you have read [contribution standards](../CONTRIBUTING.md).
* For more background information on how filters and parser work, and what suits you best, read about [sources onboarding](../sources/index.md).
* Prepare your [environment](../developing/index.md).
* Prepare your testing environment. With Python>=3.9:
```
pip3 install poetry
poetry install
```
* Prepare your testing command:
```
poetry run pytest -v --tb=long \
--splunk_type=external \
--splunk_hec_token=<HEC_TOKEN> \
--splunk_host=<HEC_ENDPOINT> \
--sc4s_host=<SC4S_IP> \
--junitxml=test-results/test.xml \
-n <NUMBER_OF_JOBS> \
<TEST>
```
* Create a new branch in the repository where you will apply your changes.


Expand Down
1 change: 0 additions & 1 deletion mkdocs-rtd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins:
- redirects:
redirect_maps:
"architecture.md": "https://splunk.github.io/splunk-connect-for-syslog"
"developing/index.md": "https://splunk.github.io/splunk-connect-for-syslog"
"faq.md": "https://splunk.github.io/splunk-connect-for-syslog"
"troubleshooting/troubleshoot_SC4S_server.md": "https://splunk.github.io/splunk-connect-for-syslog"
"troubleshooting/troubleshoot_resources.md": "https://splunk.github.io/splunk-connect-for-syslog"
Expand Down
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ nav:
- mk8s: "gettingstarted/ansible-mk8s.md"
- Create a parser: "gettingstarted/create-parser.md"
- Configuration: "configuration.md"
- Development: "developing/index.md"
- Destinations: "destinations.md"
- Sources:
- Read First: "sources/index.md"
Expand Down

0 comments on commit ee79f29

Please sign in to comment.