Skip to content

Commit 6f931ca

Browse files
committed
remove compiled site and add to gitignore
1 parent 474455e commit 6f931ca

62 files changed

Lines changed: 23 additions & 20868 deletions

Some content is hidden

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/dist
33
/docs
44
/node_modules
5+
/documentation/site/

documentation/markdown/tutorial.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ Here, we provide a pod name, for example `mydatapod`.
4545
Congratulations, you just created a new data pod at `http://localhost:3000/mydatapod/`
4646
and associated WebID at `http://localhost:3000/mydatapod/profile/card#me`!
4747

48-
49-
5048
## Setting up Bashlib
5149
With our Solid pod and WebID created, now it is time to setup Bashlib!
5250
For a quick setup, we use NPX
@@ -397,4 +395,26 @@ most likely your browser will stop you from looking at localhost links because o
397395

398396

399397

398+
<!-- ## Creating an automated flow
399+
400+
Many background workflows may require a lot of automation, using Bashlib mainly in shell scripts.
401+
For this, Bashlib supports all required functionality to fully automate Solid workflows,
402+
although support for these flows relies on the non-interactive token-based authentication option,
403+
which is only available for the <a href="../documentation/cli/authentication#create-token-css">Community Solid Server</a>
404+
and <a href="../documentation/cli/authentication#create-token-ess">Enterprise Solid Server</a> implementations.
405+
406+
407+
### Automate token creation
408+
409+
To start out, we create an authentication token for the token-based authentication flows.
410+
```
411+
sld auth create-token-css
412+
--webid http://localhost:3000/mydatapod/profile/card#me
413+
--name bashlib_token
414+
--email bob@test.com
415+
--password bob
416+
```
417+
418+
### Automate profile selection for different functions
400419
420+
To automate the selection of a WebID when running a background script, -->

0 commit comments

Comments
 (0)