Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

0.0.67 #181

Merged
merged 256 commits into from
May 2, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
256 commits
Select commit Hold shift + click to select a range
1ea6ed8
Change sharedb tsconfig
michaelsharpe Apr 7, 2022
45c63a3
Add empty thoth interface for sharedb
michaelsharpe Apr 7, 2022
86a7c76
Merge branch 'main' into 0.0.67
michaelsharpe Apr 7, 2022
2453376
commit yarn lock
HaruHunab1320 Apr 7, 2022
2bce41a
fix state ordering bug
HaruHunab1320 Apr 7, 2022
25054a3
fix deployment url
HaruHunab1320 Apr 7, 2022
98670b8
pass state into process code
HaruHunab1320 Apr 7, 2022
5d92434
pass state into function and extract into result
HaruHunab1320 Apr 7, 2022
700da8d
if state exists in the return, update game state
HaruHunab1320 Apr 7, 2022
a0e3102
add state to processCode argument on engine context
HaruHunab1320 Apr 7, 2022
f6a786f
add any for return type on process code
HaruHunab1320 Apr 7, 2022
4ce8944
add state to processCode arguyments in editor context interface
HaruHunab1320 Apr 7, 2022
d6f558e
add any to processCode return type in editor context interface
HaruHunab1320 Apr 7, 2022
2e4ae89
destructure GetCurrentGameState and updateCurrentGameState from thoth
HaruHunab1320 Apr 7, 2022
a490a26
capture current state in const
HaruHunab1320 Apr 7, 2022
1bac5c8
pass in state to process code
HaruHunab1320 Apr 7, 2022
42d88e8
if state returned from code component, update the gamestate
HaruHunab1320 Apr 7, 2022
3008a88
update default code in code component to include state
HaruHunab1320 Apr 7, 2022
26f19de
removed assigning redundent type
HaruHunab1320 Apr 8, 2022
0342c5e
convert socket generator from js to ts
HaruHunab1320 Apr 8, 2022
1fed510
add isOutput to new socket boolean evaluation
HaruHunab1320 Apr 8, 2022
74ff679
stop trimming results of generations
nickwalton Apr 10, 2022
631c6a9
added new models to the generator and made jumbo the default
nickwalton Apr 10, 2022
ca272c4
revert change that prevented state manager from saving
nickwalton Apr 10, 2022
5ec791b
added vanilla neox and removed vanilla davinci as an option
nickwalton Apr 10, 2022
872e76b
remove some text trimming
nickwalton Apr 10, 2022
cb21878
import files internally rather than weirds npm package self reference
michaelsharpe Apr 11, 2022
ab7b417
Update sharedb tsconfig
michaelsharpe Apr 11, 2022
dd0b648
Add enki completion to stubbed thoth interface for sharedb
michaelsharpe Apr 11, 2022
88bc410
Update dependencies of sharedb
michaelsharpe Apr 11, 2022
bca5b86
Update yarn lock
michaelsharpe Apr 11, 2022
ac7564e
Small update to sharedb file
michaelsharpe Apr 11, 2022
3b17d97
Merge branch '0.0.67' of github.com:latitudegames/thoth into 0.0.67
michaelsharpe Apr 11, 2022
dda0545
add trigger to utputs in state write
HaruHunab1320 Apr 12, 2022
29b5a59
rename dataInput to socketInput
HaruHunab1320 Apr 12, 2022
698bf37
add socket trigger output
HaruHunab1320 Apr 12, 2022
86deaf7
attatch the output socket to the node
HaruHunab1320 Apr 12, 2022
d6c2c85
can now select models from database in thoth
nickwalton Apr 12, 2022
f6856df
Add docs to root
michaelsharpe Apr 12, 2022
c183cdb
Merge branch '0.0.67' of github.com:latitudegames/thoth into 0.0.67
michaelsharpe Apr 12, 2022
2b811dc
make generator display its
nickwalton Apr 13, 2022
24eddfa
add output on spell
nickwalton Apr 13, 2022
180b692
Send testing message over websocket
michaelsharpe Apr 13, 2022
07aab76
Export chain helper from server index
michaelsharpe Apr 13, 2022
f6289d0
Add ran spells and check to spell runnner
michaelsharpe Apr 13, 2022
bf33407
Merge branch '0.0.67' of github.com:latitudegames/thoth into 0.0.67
michaelsharpe Apr 13, 2022
fc154b7
Format inputs into proper shape for processing rete graph inputs in s…
michaelsharpe Apr 13, 2022
31aa9e6
Add better typing to module class
michaelsharpe Apr 13, 2022
efff114
fix typo in foreach
HaruHunab1320 Apr 13, 2022
b516cad
fix typo in Input.ts
HaruHunab1320 Apr 13, 2022
b2be8dd
Harder typing on module read function
michaelsharpe Apr 14, 2022
ede87bf
Fix module manager type errors
michaelsharpe Apr 14, 2022
a3d58d4
Fix run chain type errors
michaelsharpe Apr 14, 2022
c7e77e9
Fix socket updating on subspell component adds that arent io
michaelsharpe Apr 14, 2022
edad398
Fix subspell deleting parent connections bug
michaelsharpe Apr 14, 2022
f34d43b
Fix bug where existing sockets were still being added again
michaelsharpe Apr 14, 2022
74954b1
Default name for output components
michaelsharpe Apr 14, 2022
b96614c
Add a node counter to the thoth component class
michaelsharpe Apr 14, 2022
e02d51d
Add default name to inputs
michaelsharpe Apr 14, 2022
b0a3325
Add default name to outputs
michaelsharpe Apr 14, 2022
5469017
Add default name to trigger ins
michaelsharpe Apr 14, 2022
39b7aaf
Add default name to trigger outs
michaelsharpe Apr 14, 2022
80d2ef4
Port in echo component
michaelsharpe Apr 14, 2022
085766a
Move alert message component
michaelsharpe Apr 14, 2022
7069a90
Fix path resolution in components
michaelsharpe Apr 14, 2022
1494138
Add echo component to components dict
michaelsharpe Apr 14, 2022
3c7ae73
Add comments to spell runner
michaelsharpe Apr 14, 2022
90da8da
Export thoth component class type
michaelsharpe Apr 14, 2022
5dd380b
Add engine process class function to spell runner
michaelsharpe Apr 14, 2022
7d5c3a6
Await engine processing when loading spell
michaelsharpe Apr 14, 2022
8aa8b44
Remove console log
michaelsharpe Apr 14, 2022
8f2cf23
Clear spell ran cache on hitting an infinite loop.
michaelsharpe Apr 14, 2022
86e7906
Set ran spells to an empty array
michaelsharpe Apr 14, 2022
5b787f0
Add comments to getters
michaelsharpe Apr 14, 2022
5614316
Push subspell into cache at start of run component
michaelsharpe Apr 14, 2022
878a4e9
Drop try catch for running component so parent caller can handle it b…
michaelsharpe Apr 14, 2022
1f0f80c
Switch input default name to use node id
michaelsharpe Apr 14, 2022
dd8df5d
Switch output to use node id
michaelsharpe Apr 14, 2022
b5b3688
Switch trigger in to use node id
michaelsharpe Apr 14, 2022
14b2d06
Switch to node id for trigger out default
michaelsharpe Apr 14, 2022
63700ab
Dont increment node count in IO components
michaelsharpe Apr 14, 2022
c5981e3
Remove node count property from thoth component class
michaelsharpe Apr 14, 2022
86f5200
fix generator issue
nickwalton Apr 15, 2022
232f15a
increase the debounce
nickwalton Apr 15, 2022
71b5a9c
Merge branch '0.0.67' of github.com:latitudegames/thoth into 0.0.67
HaruHunab1320 Apr 16, 2022
75e01ce
commit yarn lock
HaruHunab1320 Apr 16, 2022
43c2a34
update port to run on 3003
HaruHunab1320 Apr 18, 2022
a3d030a
autoformat sidebar
HaruHunab1320 Apr 18, 2022
605825c
stub back propagation
HaruHunab1320 Apr 18, 2022
efd20eb
stub few shots
HaruHunab1320 Apr 18, 2022
d0bde72
stub flow based programming
HaruHunab1320 Apr 18, 2022
50233e5
stub logic flow
HaruHunab1320 Apr 18, 2022
69b5979
stub nodes
HaruHunab1320 Apr 18, 2022
6188b0a
strub trigger control flow
HaruHunab1320 Apr 18, 2022
492122f
add gettings started catagory
HaruHunab1320 Apr 18, 2022
26f8f76
stub calling a spell
HaruHunab1320 Apr 18, 2022
5305b4a
stub component selector
HaruHunab1320 Apr 18, 2022
5173a94
stub connecting your first component
HaruHunab1320 Apr 18, 2022
cbc53d9
stub console
HaruHunab1320 Apr 18, 2022
00c9e17
stub deploy a spell
HaruHunab1320 Apr 18, 2022
c411120
stub first few shot
HaruHunab1320 Apr 18, 2022
0933142
stub help
HaruHunab1320 Apr 18, 2022
cd12631
stub layout
HaruHunab1320 Apr 18, 2022
83557ef
stub making a spell
HaruHunab1320 Apr 18, 2022
6f63ff3
stub spell composer
HaruHunab1320 Apr 18, 2022
7e7aa38
stub state manager
HaruHunab1320 Apr 18, 2022
8c5f9ea
stub text editor
HaruHunab1320 Apr 18, 2022
08bb165
stub ui overview
HaruHunab1320 Apr 18, 2022
99e21c5
stub working with state
HaruHunab1320 Apr 18, 2022
b2e5659
add templates section
HaruHunab1320 Apr 18, 2022
fe3e0da
add architecture overview
HaruHunab1320 Apr 18, 2022
03841d2
stub architecture
HaruHunab1320 Apr 18, 2022
8ddf25b
stub contexts page
HaruHunab1320 Apr 18, 2022
7e5bffd
stub inspector controls
HaruHunab1320 Apr 18, 2022
4484fcb
stub layouts
HaruHunab1320 Apr 18, 2022
4a113e1
stub operational transforms
HaruHunab1320 Apr 18, 2022
4c5d289
stub plugins
HaruHunab1320 Apr 18, 2022
89ff822
stub pubsub
HaruHunab1320 Apr 18, 2022
b7be62e
stub rete editor
HaruHunab1320 Apr 18, 2022
7dbfd7e
stub state
HaruHunab1320 Apr 18, 2022
0304be8
stub thoth interface
HaruHunab1320 Apr 18, 2022
bf34900
stub workspace and tabs
HaruHunab1320 Apr 18, 2022
01c1ada
add package overview catagory
HaruHunab1320 Apr 18, 2022
802addf
stub stargate design system
HaruHunab1320 Apr 18, 2022
98d739e
stub thoth client core
HaruHunab1320 Apr 18, 2022
72f0fdd
stub thotht client
HaruHunab1320 Apr 18, 2022
29ebbd4
stub thoth core
HaruHunab1320 Apr 18, 2022
ffab680
thoth server core
HaruHunab1320 Apr 18, 2022
3e396da
stub thoth server
HaruHunab1320 Apr 18, 2022
0e7a3c7
Update docusaurus github link in config
michaelsharpe Apr 19, 2022
8c7651d
Padd node to editor trigger in on inspector change
michaelsharpe Apr 19, 2022
9bba8a2
Dont use socket name when updating sockets
michaelsharpe Apr 19, 2022
eee0231
Change docusaurus port running
michaelsharpe Apr 19, 2022
0210599
Update back propagation sidebar position
michaelsharpe Apr 19, 2022
f66d1b8
Update fewshot sidebar position
michaelsharpe Apr 19, 2022
17d290d
Update flow based programming sidebar position
michaelsharpe Apr 19, 2022
e365d03
Update logic flow sidebar position
michaelsharpe Apr 19, 2022
3deb8f8
Update nodes sidebar position
michaelsharpe Apr 19, 2022
fd2dd0b
Update trigger control flow sidebar position
michaelsharpe Apr 19, 2022
707c54c
Add user interface category
michaelsharpe Apr 19, 2022
2896976
Update position of templates category
michaelsharpe Apr 19, 2022
ffc2915
Move ui overview to its own category
michaelsharpe Apr 19, 2022
205e814
Move pages into UI overview
michaelsharpe Apr 19, 2022
8f57b2d
Move spell composer doc into ui folder
michaelsharpe Apr 19, 2022
69e7720
Add sidebar position for calling a spell
michaelsharpe Apr 19, 2022
062ef35
Add sidebar position for connecting components
michaelsharpe Apr 19, 2022
b1e96b2
Add sidebar position for deploying a spell
michaelsharpe Apr 19, 2022
dc480cd
Add sidebar position for fierst fewshot
michaelsharpe Apr 19, 2022
c6d3c8e
Add sidebar position for making a spell
michaelsharpe Apr 19, 2022
c5eda70
Add sidebar position for working with state
michaelsharpe Apr 19, 2022
ef13015
Add getting started category for developers
michaelsharpe Apr 19, 2022
4164adf
Update developer architecture overview position
michaelsharpe Apr 19, 2022
0adab97
Update package overview position
michaelsharpe Apr 19, 2022
01b6c23
Add installing thoth page stub for developers
michaelsharpe Apr 19, 2022
e2e08c9
Add concepts overview page
michaelsharpe Apr 19, 2022
1462a91
Add creator welcome page
michaelsharpe Apr 19, 2022
b4ccce0
Add menu links to conepts and creators
michaelsharpe Apr 19, 2022
a70e6ad
Add intro page to developer getting started
michaelsharpe Apr 19, 2022
d56057f
Add menu option for developers
michaelsharpe Apr 19, 2022
eb41e01
Add sidebar position for component selector
michaelsharpe Apr 19, 2022
fc12a43
Add sidebar position for console
michaelsharpe Apr 19, 2022
f37f28c
Add sidebar position for spell composer
michaelsharpe Apr 19, 2022
11519cd
Add sidebar position for layout
michaelsharpe Apr 19, 2022
f8f8184
Add sidebar position for state manager
michaelsharpe Apr 19, 2022
452d760
Add sidebar position for text editor
michaelsharpe Apr 19, 2022
d4a3c26
Add sidebar position for help page
michaelsharpe Apr 19, 2022
2d16dad
add image assets for apikey
HaruHunab1320 Apr 19, 2022
3febaab
add user icon image for api key
HaruHunab1320 Apr 19, 2022
8b25ad4
moved docs structure up one level
HaruHunab1320 Apr 19, 2022
96b32b6
add createApiKey section
HaruHunab1320 Apr 19, 2022
68e2bc4
add destroy apikey section
HaruHunab1320 Apr 19, 2022
2dca0a5
Merge branch '0.0.67' of github.com:latitudegames/thoth into 0.0.67
HaruHunab1320 Apr 19, 2022
b33c05f
remove duplicated files from merge
HaruHunab1320 Apr 19, 2022
2cc32b8
fix merge issues
HaruHunab1320 Apr 19, 2022
2d92721
Pass state in to run spell mutation
michaelsharpe Apr 19, 2022
488d3e4
Pass in state when callign run spell inside spell worker
michaelsharpe Apr 19, 2022
384455c
Add set current game state to thoth interface provider
michaelsharpe Apr 19, 2022
4c4f8ec
Add set current game state to engine context type
michaelsharpe Apr 19, 2022
3aaefb4
Add set current tgame state to stubbed share DB context
michaelsharpe Apr 19, 2022
15a6d8d
add image assets for docs
HaruHunab1320 Apr 20, 2022
b1ca916
add sidebar position to create api key page
HaruHunab1320 Apr 20, 2022
9dd419d
add sidebar position for destroy api key page
HaruHunab1320 Apr 20, 2022
c3ecded
add post request docs
HaruHunab1320 Apr 20, 2022
97f902a
add testing with postman docs
HaruHunab1320 Apr 20, 2022
b52d63e
add using api key docs
HaruHunab1320 Apr 20, 2022
471f04b
Merge branch '0.0.67' of github.com:latitudegames/thoth into 0.0.67
HaruHunab1320 Apr 20, 2022
8a3cf0f
remove currentModel nuill check preventing creating new window
HaruHunab1320 Apr 20, 2022
0bb3cee
add run event to pubsub provider
HaruHunab1320 Apr 20, 2022
b395811
uncomment publish in debug console
HaruHunab1320 Apr 20, 2022
4dd1f27
destructure run from events
HaruHunab1320 Apr 20, 2022
ca0fd3d
create a run helper
HaruHunab1320 Apr 20, 2022
a9d18d3
add the run command to the console
HaruHunab1320 Apr 20, 2022
50dd64d
add run to pubsub events
HaruHunab1320 Apr 20, 2022
d1a9422
destructure run from events
HaruHunab1320 Apr 20, 2022
5db9ad5
create onRun helper
HaruHunab1320 Apr 20, 2022
798a283
add onRun to editor context
HaruHunab1320 Apr 20, 2022
9bf771e
add process to onRun
HaruHunab1320 Apr 21, 2022
0f3296b
update on run arg type
HaruHunab1320 Apr 21, 2022
b114f46
create a runSubscriptionMap
HaruHunab1320 Apr 21, 2022
71f2a92
add subscribe to run function
HaruHunab1320 Apr 21, 2022
33b3091
pass in runSubscriptionMap to destroyed
HaruHunab1320 Apr 21, 2022
503bf1f
add delete for runSubscriptionMap to builder
HaruHunab1320 Apr 21, 2022
b765bc8
subscribe to run in builder
HaruHunab1320 Apr 21, 2022
b51e0ba
import switchControl
HaruHunab1320 Apr 21, 2022
3637178
add toggleDefault switchc ontrol to trigger node
HaruHunab1320 Apr 21, 2022
d950a79
add toggleDefault to the component
HaruHunab1320 Apr 21, 2022
b2bcf5f
add handleDefaultTrigger to the inspector
HaruHunab1320 Apr 21, 2022
747a665
pass in the update to the handleDefaultTrigger
HaruHunab1320 Apr 21, 2022
430a977
pass in a value to the subscribeToRun function
HaruHunab1320 Apr 21, 2022
ff65816
pass the value into task.run
HaruHunab1320 Apr 21, 2022
8c16ea1
add value to run function
HaruHunab1320 Apr 21, 2022
cb2479a
add value to terminal run command
HaruHunab1320 Apr 21, 2022
f65af5b
Move debugger plugin
michaelsharpe Apr 21, 2022
9418e1b
Add catch to reformat spell results
michaelsharpe Apr 21, 2022
dd1243c
Add use socket name to socket type
michaelsharpe Apr 21, 2022
0434fa9
Update helperas to to use HoFs
michaelsharpe Apr 21, 2022
9c3211e
Started work on socket manager
michaelsharpe Apr 21, 2022
1b1fa8b
clean up module plugin socket stuff
michaelsharpe Apr 21, 2022
594236e
Format outputs on the way out
michaelsharpe Apr 21, 2022
957e83f
Clean up socket constructor in inspector plugin
michaelsharpe Apr 21, 2022
9b4012f
Merge branch '0.0.67' of github.com:latitudegames/thoth into 0.0.67
michaelsharpe Apr 21, 2022
a4a82de
Strip out state socket for now from spell component.
michaelsharpe Apr 21, 2022
b27918f
update onRun to handle default
HaruHunab1320 Apr 21, 2022
9e77840
update onRun argument type to accept a string or a node
HaruHunab1320 Apr 21, 2022
5f092a4
change run to trigger in pubsub provider
HaruHunab1320 Apr 21, 2022
0bfb58d
change destructuring of run to trigger due to name change
HaruHunab1320 Apr 21, 2022
1a68a05
change onRun to onTrigger
HaruHunab1320 Apr 21, 2022
d1b3479
subscribe to TRIGGER instead of RUN
HaruHunab1320 Apr 21, 2022
6ac20d9
change name on public interface from onRun to onTrigger
HaruHunab1320 Apr 21, 2022
9fa00bb
destructure TRIGGER instead of RUN from events
HaruHunab1320 Apr 21, 2022
67175ac
change helper name from run to trigger
HaruHunab1320 Apr 21, 2022
513ece1
change run command to trigger in console
HaruHunab1320 Apr 21, 2022
d85f4ea
change onRun to onTrigger in editor context
HaruHunab1320 Apr 21, 2022
89fa9c4
change runSubscriptionMap to triggerSubscriptionMap
HaruHunab1320 Apr 21, 2022
bfcefd6
change subscribeToRun to subscribeToTrigger
HaruHunab1320 Apr 21, 2022
48ac865
destructure onTrigger from editor
HaruHunab1320 Apr 21, 2022
518e99e
define a callback helper
HaruHunab1320 Apr 21, 2022
c1e1fb5
set nup the onTriggers subscriptions in the map
HaruHunab1320 Apr 21, 2022
e8721aa
add the delete logic for the trigger subscriptions in the destroy block
HaruHunab1320 Apr 21, 2022
b0d5460
add the delete logic for the trigger subscriptions in the builder
HaruHunab1320 Apr 21, 2022
f6a5c6d
add the call to the subscribeToTrigger inside the trigger in
HaruHunab1320 Apr 21, 2022
0a24b31
Merge branch '0.0.67' of github.com:latitudegames/thoth into 0.0.67
HaruHunab1320 Apr 21, 2022
2a484e8
strip out value from trigger command
HaruHunab1320 Apr 22, 2022
6004635
strip out value from trigger helper
HaruHunab1320 Apr 22, 2022
9b89cf7
Fix multiple write state issue
michaelsharpe Apr 25, 2022
f9bd833
Merge pull request #182 from latitudegames/main
nickwalton Apr 26, 2022
821799f
Turn dev off for spell component
michaelsharpe Apr 28, 2022
11071b8
Fix state read issues
michaelsharpe Apr 29, 2022
c1c6d2a
Disable comments and selection area
michaelsharpe Apr 29, 2022
8836560
Fix event on errors
michaelsharpe Apr 29, 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
Prev Previous commit
Next Next commit
Add docs to root
  • Loading branch information
michaelsharpe committed Apr 12, 2022
commit f6856df239992e42c81f9945b01a9be6f6e87fb4
21 changes: 21 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
node_modules
201 changes: 201 additions & 0 deletions docs/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,201 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

1. Definitions.

"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.

"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.

"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.

"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.

"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.

"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.

"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).

"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.

"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."

"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.

2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.

3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.

4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:

(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and

(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and

(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and

(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.

You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.

5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.

6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.

7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.

8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.

9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.

END OF TERMS AND CONDITIONS

APPENDIX: How to apply the Apache License to your work.

To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright [yyyy] [name of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
41 changes: 41 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Website

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.

### Installation

```
$ yarn
```

### Local Development

```
$ yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

```
$ yarn build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.

### Deployment

Using SSH:

```
$ USE_SSH=true yarn deploy
```

Not using SSH:

```
$ GIT_USER=<Your GitHub username> yarn deploy
```

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.
4 changes: 4 additions & 0 deletions docs/archive/tutorial-basics/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"label": "Tutorial - Basics",
"position": 2
}
21 changes: 21 additions & 0 deletions docs/archive/tutorial-basics/congratulations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
sidebar_position: 6
---

# Congratulations!

You have just learned the **basics of Docusaurus** and made some changes to the **initial template**.

Docusaurus has **much more to offer**!

Have **5 more minutes**? Take a look at **[versioning](../tutorial-extras/manage-docs-versions.md)** and **[i18n](../tutorial-extras/translate-your-site.md)**.

Anything **unclear** or **buggy** in this tutorial? [Please report it!](https://github.com/facebook/docusaurus/discussions/4610)

## What's next?

- Read the [official documentation](https://docusaurus.io/).
- Add a custom [Design and Layout](https://docusaurus.io/docs/styling-layout)
- Add a [search bar](https://docusaurus.io/docs/search)
- Find inspirations in the [Docusaurus showcase](https://docusaurus.io/showcase)
- Get involved in the [Docusaurus Community](https://docusaurus.io/community/support)
34 changes: 34 additions & 0 deletions docs/archive/tutorial-basics/create-a-blog-post.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
sidebar_position: 3
---

# Create a Blog Post

Docusaurus creates a **page for each blog post**, but also a **blog index page**, a **tag system**, an **RSS** feed...

## Create your first Post

Create a file at `blog/2021-02-28-greetings.md`:

```md title="blog/2021-02-28-greetings.md"
---
slug: greetings
title: Greetings!
authors:
- name: Joel Marcey
title: Co-creator of Docusaurus 1
url: https://github.com/JoelMarcey
image_url: https://github.com/JoelMarcey.png
- name: Sébastien Lorber
title: Docusaurus maintainer
url: https://sebastienlorber.com
image_url: https://github.com/slorber.png
tags: [greetings]
---

Congratulations, you have made your first post!

Feel free to play around and edit this post as much you like.
```

A new blog post is now available at `http://localhost:3000/blog/greetings`.
55 changes: 55 additions & 0 deletions docs/archive/tutorial-basics/create-a-document.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
sidebar_position: 2
---

# Create a Document

Documents are **groups of pages** connected through:

- a **sidebar**
- **previous/next navigation**
- **versioning**

## Create your first Doc

Create a markdown file at `docs/hello.md`:

```md title="docs/hello.md"
# Hello

This is my **first Docusaurus document**!
```

A new document is now available at `http://localhost:3000/docs/hello`.

## Configure the Sidebar

Docusaurus automatically **creates a sidebar** from the `docs` folder.

Add metadata to customize the sidebar label and position:

```md title="docs/hello.md" {1-4}
---
sidebar_label: 'Hi!'
sidebar_position: 3
---

# Hello

This is my **first Docusaurus document**!
```

It is also possible to create your sidebar explicitly in `sidebars.js`:

```js title="sidebars.js"
module.exports = {
tutorialSidebar: [
{
type: 'category',
label: 'Tutorial',
// highlight-next-line
items: ['hello'],
},
],
};
```
Loading