Skip to content

merge up #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 56 commits into from
Jul 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
c292819
list languages
BFergerson Apr 15, 2022
639dc04
supported
BFergerson Apr 17, 2022
317c89c
remove spp-skywalking-reroute header
BFergerson Apr 19, 2022
df5b578
add pii redaction
BFergerson Apr 19, 2022
eb91868
changed add/remove data redaction to update data redaction
BFergerson Apr 19, 2022
41869f9
changes
BFergerson Apr 20, 2022
fba84bd
Merge pull request #13 from sourceplusplus/dev
BFergerson Apr 20, 2022
1d1d60a
Update README.md
BFergerson Apr 20, 2022
ce19808
Update README.md
BFergerson Apr 20, 2022
c9faa64
Update 0.4.7.md
BFergerson Apr 20, 2022
d52a87a
Update README.md
BFergerson Apr 20, 2022
b2ddafc
use .plus domain
BFergerson May 4, 2022
e1f9b16
Merge pull request #14 from sourceplusplus/dev
BFergerson May 4, 2022
a2b3d29
use svg
BFergerson May 4, 2022
712d928
Update README.md
BFergerson May 6, 2022
656794d
Update mkdocs.yml
BFergerson May 13, 2022
5a04ee4
Merge pull request #15 from sourceplusplus/dev
BFergerson May 13, 2022
5f13e60
Update README.md
BFergerson May 13, 2022
6f22447
Create README.md
BFergerson May 13, 2022
321ba21
Create README.md
BFergerson May 13, 2022
3bd6066
Update source-mark.md
BFergerson May 13, 2022
30888af
Update .pages
BFergerson May 13, 2022
e759900
Fixed a couple of mistakes related to Lightrun
shai-almog May 16, 2022
23b45f9
Update README.md
BFergerson May 16, 2022
18e8d1d
Merge pull request #16 from shai-almog/patch-1
BFergerson May 16, 2022
f1f32bc
changelog
BFergerson May 19, 2022
15aa5bc
Merge pull request #17 from sourceplusplus/dev
BFergerson May 19, 2022
3fcaaec
changes
BFergerson May 25, 2022
42bbbba
formatting
BFergerson Jun 2, 2022
4ca57fd
changes
BFergerson Jun 2, 2022
05e72c1
changes
BFergerson Jun 2, 2022
7acdcd1
changes
BFergerson Jun 2, 2022
1660518
changes
BFergerson Jun 2, 2022
2d161e1
changes
BFergerson Jun 2, 2022
92fe8ef
changes
BFergerson Jun 3, 2022
9fe714e
bump
BFergerson Jun 3, 2022
49ca6f8
fix dark/light toggle
BFergerson Jun 3, 2022
60d8c33
changes
BFergerson Jun 6, 2022
ae4a131
Update README.md
BFergerson Jun 8, 2022
5913923
changes
BFergerson Jun 9, 2022
f5ca087
changes
BFergerson Jun 10, 2022
9777d91
changes
BFergerson Jun 12, 2022
7b5acb3
changes
BFergerson Jun 13, 2022
9111621
coloring
BFergerson Jun 14, 2022
2ea5e68
change phone icon
BFergerson Jun 15, 2022
1506fa2
bump SW agent version
BFergerson Jun 23, 2022
1572a6c
working on glossary
BFergerson Jun 27, 2022
dcd56e6
replace introduction.md with README.md
BFergerson Jun 28, 2022
2f3dd26
add links
BFergerson Jun 29, 2022
ffae74c
bump
BFergerson Jun 29, 2022
7294fbb
refactor
BFergerson Jun 29, 2022
87abf88
refactor
BFergerson Jun 29, 2022
dd456bd
getting started wip
BFergerson Jul 1, 2022
86d66e4
coloring
BFergerson Jul 6, 2022
7e47f90
new doc structure
BFergerson Jul 6, 2022
f1381ed
Merge pull request #22 from sourceplusplus/getting-started
BFergerson Jul 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
pip3 install fancyboxmd
pip3 install mkdocs-macros-plugin
pip3 install mkdocs-git-revision-date-localized-plugin

- name: Build docs
run: mkdocs build && mv site html

- name: Update docs.sourceplusplus.com
- name: Update docs.sourceplus.plus
uses: appleboy/scp-action@master
with:
host: docs.sourceplusplus.com
host: docs.sourceplus.plus
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: 22
Expand Down
14 changes: 6 additions & 8 deletions docs/.pages
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
nav:
- Overview:
- Introduction: README.md
- Alternatives: alternatives
- Getting started: getting-started
- README.md
- Getting Started: getting-started
- features
- implementation
- advanced
- ...
- legal
- technology
- contributing
- changelog
- reference
12 changes: 5 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Introduction

Source++ is the open-source live coding platform built to assist in the debugging and development of actively-running production software.
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.

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

### Platform

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

### Probe

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

### Clients

- [JetBrains Plugin](implementation/tools/clients/jetbrains-plugin.md)
- [Command Line Interface](implementation/tools/clients/cli/)
- [GraphQL](implementation/tools/clients/graphql.md)
- [JetBrains Plugin](technology/clients/jetbrains-plugin.md)
- [Command Line Interface](technology/clients/cli/)
- [GraphQL](technology/platform/apis/graphql.md)
3 changes: 0 additions & 3 deletions docs/advanced/.pages

This file was deleted.

8 changes: 0 additions & 8 deletions docs/advanced/installation/.pages

This file was deleted.

23 changes: 0 additions & 23 deletions docs/advanced/installation/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions docs/advanced/installation/debian.md

This file was deleted.

40 changes: 0 additions & 40 deletions docs/advanced/installation/docker.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/advanced/installation/kubernetes.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/advanced/installation/requirements.md

This file was deleted.

19 changes: 0 additions & 19 deletions docs/advanced/installation/restarting.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/advanced/installation/upgrading.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/advanced/installation/windows.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/advanced/setup/.pages

This file was deleted.

8 changes: 0 additions & 8 deletions docs/advanced/setup/jetty.md

This file was deleted.

37 changes: 0 additions & 37 deletions docs/advanced/setup/tomcat.md

This file was deleted.

36 changes: 0 additions & 36 deletions docs/advanced/setup/weblogic.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/advanced/setup/wildfly.md

This file was deleted.

Loading