Skip to content

Commit f1381ed

Browse files
authored
Merge pull request #22 from sourceplusplus/getting-started
update doc structure
2 parents dcd56e6 + 7e47f90 commit f1381ed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+416
-543
lines changed

docs/.pages

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
nav:
2-
- Overview:
3-
- Introduction: README.md
4-
- Alternatives: alternatives
5-
- Getting started: getting-started
2+
- README.md
3+
- Getting Started: getting-started
64
- features
7-
- implementation
8-
- advanced
9-
- ...
10-
- legal
5+
- technology
6+
- contributing
7+
- changelog
8+
- reference

docs/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# Introduction
2-
31
Source++ is the open-source live coding platform built to assist in the debugging and development of actively-running production software.
42
Source++ works by enhancing your application's code through safe and completely reversible runtime modifications. These modifications are minuscule and negligible in nature, serving only to emit additional data which is collected by [Apache SkyWalking](https://skywalking.apache.org), which Source++ is proudly built on top of.
53

@@ -18,15 +16,15 @@ familiar with, and it is through this triadic arrangement that developers can sa
1816

1917
### Platform
2018

21-
The [Source++ Platform](implementation/tools/platform/) is the backbone of the Source++ system. It serves
19+
The [Source++ Platform](technology/platform/) is the backbone of the Source++ system. It serves
2220
as the gateway for both probes and clients and handles auditing, authentication, and authorization.
2321

2422
### Probe
2523

26-
The [Source++ Probe](implementation/tools/probe/) uses bytecode-manipulations to add live instruments in real-time, allowing developers to debug live production applications.
24+
The [Source++ Probe](technology/probes/) uses bytecode-manipulations to add live instruments in real-time, allowing developers to debug live production applications.
2725

2826
### Clients
2927

30-
- [JetBrains Plugin](implementation/tools/clients/jetbrains-plugin.md)
31-
- [Command Line Interface](implementation/tools/clients/cli/)
32-
- [GraphQL](implementation/tools/clients/graphql.md)
28+
- [JetBrains Plugin](technology/clients/jetbrains-plugin.md)
29+
- [Command Line Interface](technology/clients/cli/)
30+
- [GraphQL](technology/platform/apis/graphql.md)

docs/advanced/.pages

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/advanced/installation/.pages

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/advanced/installation/README.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/advanced/installation/debian.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/advanced/installation/docker.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

docs/advanced/installation/kubernetes.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/advanced/installation/requirements.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

docs/advanced/installation/restarting.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)