Skip to content

Commit c43a27c

Browse files
authored
Merge pull request #23 from sourceplusplus/master
merge up
2 parents 4b9bde4 + f1381ed commit c43a27c

Some content is hidden

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

93 files changed

+685
-589
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
pip3 install fancyboxmd
3535
pip3 install mkdocs-macros-plugin
3636
pip3 install mkdocs-git-revision-date-localized-plugin
37-
37+
3838
- name: Build docs
3939
run: mkdocs build && mv site html
4040

41-
- name: Update docs.sourceplusplus.com
41+
- name: Update docs.sourceplus.plus
4242
uses: appleboy/scp-action@master
4343
with:
44-
host: docs.sourceplusplus.com
44+
host: docs.sourceplus.plus
4545
username: ${{ secrets.USERNAME }}
4646
password: ${{ secrets.PASSWORD }}
4747
port: 22

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.

0 commit comments

Comments
 (0)