@powerhousedao/academy 0.1.0-dev.3 → 0.1.0-dev.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/README.md +1 -1
- package/docs/academy/01-GetStarted/00-ExploreDemoPackage.md +78 -0
- package/docs/academy/01-GetStarted/{03-ToDoList/01-CreateNewPowerhouseProject.md → 01-CreateNewPowerhouseProject.md} +10 -8
- package/docs/academy/01-GetStarted/02-DefineToDoListDocumentModel.md +97 -0
- package/docs/academy/01-GetStarted/{03-ToDoList/03-ImplementOperationReducers.md → 03-ImplementOperationReducers.md} +20 -16
- package/docs/academy/01-GetStarted/{03-ToDoList/04-BuildToDoListEditor.md → 04-BuildToDoListEditor.md} +15 -15
- package/docs/academy/01-GetStarted/{00-GetStarted.mdx → home.mdx} +12 -12
- package/docs/academy/{02-AdvancedTutorial/01-Create/01-SetupBuilderEnvironment.md → 02-MasteryTrack/01-BuilderEnvironment/01-Prerequisites.md} +78 -43
- package/docs/academy/02-MasteryTrack/01-BuilderEnvironment/02-StandardDocumentModelWorkflow.md +253 -0
- package/docs/academy/{02-AdvancedTutorial/01-Create/00-BuilderTools.md → 02-MasteryTrack/01-BuilderEnvironment/03-BuilderTools.md} +1 -1
- package/docs/academy/02-MasteryTrack/01-BuilderEnvironment/_category_.json +7 -0
- package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/01-WhatIsADocumentModel.md +188 -0
- package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/02-SpecifyTheStateSchema.md +72 -0
- package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/03-SpecifyDocumentOperations.md +119 -0
- package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/04-UseTheDocumentModelGenerator.md +116 -0
- package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/05-ImplementDocumentReducers.md +282 -0
- package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/06-ImplementDocumentModelTests.md +277 -0
- package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/07-ExampleToDoListRepository.md +1 -0
- package/docs/academy/02-MasteryTrack/02-DocumentModelCreation/_category_.json +7 -0
- package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/02-ConfiguringDrives.md +2 -2
- package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/03-BuildingADriveExplorer.md +1 -1
- package/docs/academy/02-MasteryTrack/03-BuildingUserExperiences/07-DocumentTools/00-DocumentToolbar.md +20 -0
- package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/07-DocumentTools/01-OperationHistory.md +1 -1
- package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/01-ReadingAndWritingThroughTheAPI.mdx +2 -2
- package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/02-GraphQLAtPowerhouse.md +1 -1
- package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/graphql/index.md +1 -1
- package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/02-IntroductionToPackages.md +2 -2
- package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/03-RunOnACloudServer.md +3 -3
- package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/03-SetupEnvironment.md +1 -1
- package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/_category_.json +1 -1
- package/docs/academy/04-APIReferences/00-PowerhouseCLI.md +738 -0
- package/docs/academy/04-APIReferences/01-ReactHooks.md +16 -0
- package/docs/academy/04-APIReferences/02-ReactorAPI.md +1 -0
- package/docs/academy/04-APIReferences/03-Configuration.md +64 -0
- package/docs/academy/{04-ComponentLibrary/01-PowerhouseDesignSystem.md → 06-ComponentLibrary/00-PowerhouseDesignSystem.md} +8 -8
- package/docs/academy/{04-ComponentLibrary → 06-ComponentLibrary}/02-BuildingWithScalars.md +2 -2
- package/docs/academy/{04-ComponentLibrary → 06-ComponentLibrary}/03-Scalar-Components/01-phid-field.mdx +1 -1
- package/docs/academy/{06-Cookbook.md → 07-Cookbook.md} +24 -18
- package/docs/academy/08-Glossary.md +82 -0
- package/docusaurus.config.ts +7 -14
- package/package.json +10 -7
- package/scripts/generate-combined-cli-docs.ts +80 -0
- package/sidebars.ts +99 -13
- package/src/components/HomepageFeatures/index.tsx +10 -10
- package/src/css/custom.css +11 -0
- package/src/pages/{index.tsx → _archive-homepage.tsx} +1 -1
- package/src/theme/DocCardList/index.tsx +30 -0
- package/static/img/storybook-icon.svg +18 -0
- package/docs/academy/01-GetStarted/01-InstallDemoPackage.md +0 -38
- package/docs/academy/01-GetStarted/02-LoginWithRenown.md +0 -32
- package/docs/academy/01-GetStarted/03-ToDoList/02-DefineToDoListDocumentModel.md +0 -86
- package/docs/academy/01-GetStarted/03-ToDoList/_category_.json +0 -8
- package/docs/academy/01-GetStarted/_category_.json +0 -3
- package/docs/academy/02-AdvancedTutorial/01-Create/02-MoreTutorials/_category_.json +0 -8
- package/docs/academy/02-AdvancedTutorial/01-Create/02-StandardDocumentModelWorkflow.md +0 -229
- package/docs/academy/03-APIReferences/00-PowerhouseCLI.md +0 -40
- package/docs/academy/03-APIReferences/01-ReactHooks.md +0 -3
- package/docs/academy/03-APIReferences/02-ReactorUsage.md +0 -1
- package/docs/academy/07-Glossary.md +0 -53
- /package/docs/academy/01-GetStarted/{03-ToDoList/images → images}/DocumentModelHeader.png +0 -0
- /package/docs/academy/01-GetStarted/{03-ToDoList/images → images}/DocumentModelOperations.png +0 -0
- /package/docs/academy/01-GetStarted/{03-ToDoList/images → images}/OpenDocumentModelEditor.gif +0 -0
- /package/docs/academy/01-GetStarted/{03-ToDoList/images → images}/completeEditor.png +0 -0
- /package/docs/academy/01-GetStarted/{03-ToDoList/images → images}/connectApp.gif +0 -0
- /package/docs/academy/01-GetStarted/{03-ToDoList/images → images}/form.png +0 -0
- /package/docs/academy/01-GetStarted/{03-ToDoList/images → images}/mytodolist.gif +0 -0
- /package/docs/academy/01-GetStarted/{03-ToDoList/images → images}/reducers.png +0 -0
- /package/docs/academy/01-GetStarted/{03-ToDoList/images → images}/vscode.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/01-BuildingBeautifulDocumentEditors.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/07-DocumentTools/02-RevisionHistoryTimeline.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/07-DocumentTools/_category_.json +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/07-DocumentTools/images/committer-address-popup.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/07-DocumentTools/images/revision-hash-popup.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/07-DocumentTools/images/revision-history-list.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/07-DocumentTools/images/signature-details-popup.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/08-Authorization/01-RenownAuthenticationFlow.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/08-Authorization/02-Authorization.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/08-Authorization/_category_.json +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/08-Authorization/images/ConnectAddress.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/08-Authorization/images/LoginComplete.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/08-Authorization/images/OperationsHistory.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/08-Authorization/images/RenownLogin.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/08-Authorization/images/ReturnToConnect.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/_category_.json +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/images/CreateDrive.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/images/CreateNewDrive.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/03-BuildingUserExperiences/images/mytodolist.gif +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/03-WorkingWithSubgraphs/02-GraphQLAndSubgraphs.mdx +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/03-WorkingWithSubgraphs/03-WorkingWithSubgraphs.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/03-WorkingWithSubgraphs/_category_.json +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/04-analytics-processor.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/05-AnalyticsProcessorTutorial/01-SetupBuilderEnvironment.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/05-AnalyticsProcessorTutorial/02-CreateNewPowerhouseProject.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/05-AnalyticsProcessorTutorial/03-GenerateAnAnalyticsProcessor.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/05-AnalyticsProcessorTutorial/04-UpdateAnalyticsProcessor.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/05-AnalyticsProcessorTutorial/_category_.json +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/05-AnalyticsProcessorTutorial/images/Create-SPV.gif +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/05-AnalyticsProcessorTutorial/images/Create-a-new-asset.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/05-AnalyticsProcessorTutorial/images/Create-a-transaction.gif +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/05-AnalyticsProcessorTutorial/images/Transaction-table.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/05-AnalyticsProcessorTutorial/images/create-a-new-RWA-document.gif +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/05-AnalyticsProcessorTutorial/images/granularity.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/GraphQL References/QueryingADocumentWithGraphQL.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/GraphQL References/rwa-reports/listener-raw.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/GraphQL References/rwa-reports/raw-reports1.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/GraphQL References/rwa-reports/raw-reports2.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/GraphQL References/rwa-reports/rwaRegister.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/apse.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/best-practices.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/filter.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/filteroptions.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/graphql/integration.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/dbs.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/high-level.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/indexeddb.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/libs-core.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/libs.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/lod.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/logo.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/navbar.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/overview-1.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/overview-2.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/overview-3.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/overview-4.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/overview-5.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/overview-6.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/paths-1.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/images/paths-2.jpg +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/intro.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/typescript/benchmarks.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/typescript/browser.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/typescript/compatibility.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/typescript/index.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/typescript/memory.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/typescript/pg.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/typescript/schema.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/typescript/utilities.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/use-cases/index.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/use-cases/maker.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/06-Analytics Engine/use-cases/processors.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/_category_.json +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/images/OperationHistory.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/images/OperationsQuery.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/images/QueryDocumentID.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/images/SwitchboardButton.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/00-IntegrateInAFront-End +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/01-IntroducingFusion +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/02-PublishYourProject.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/04-GraphQLNamespacing +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/05-LaunchYourBackend.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/06-LaunchYourFrontend.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/_category_.json +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/images/SSHConnection.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/images/homedesign.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/images/keyconcepts.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/images/tutorialschema.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/01-SetupBuilderEnvironment.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/02-CreateNewPowerhouseProject.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/03-DefineChatroomDocumentModel.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/04-ImplementOperationReducers.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/05-ImplementChatroomEditor.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/06-LaunchALocalReactor.md +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/_category_.json +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/image-1.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/image-2.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/image-3.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/image-4.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/image-5.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/image.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/images/ChatRoomConnectApp.gif +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/images/ChatRoomTest.gif +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/images/completeEditor.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/images/form.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/images/reducers.png +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials → 03-ExampleUsecases}/Chatroom/images/vscode.png +0 -0
- /package/docs/academy/{03-APIReferences → 04-APIReferences}/_category_.json +0 -0
- /package/docs/academy/05-Architecture/05-DocumentModelTheory/{01-WhatIsADocumentModel.md → 01-WhatIsADocumentModel} +0 -0
- /package/docs/academy/05-Architecture/05-DocumentModelTheory/{02-DAOandDocumentsModelsQ+A.md → 02-DAOandDocumentsModelsQ+A} +0 -0
- /package/docs/academy/05-Architecture/05-DocumentModelTheory/{02-domain-modeling.md → 02-domain-modeling} +0 -0
- /package/docs/academy/05-Architecture/05-DocumentModelTheory/{03-BenefitsOfDocumentModels.md → 03-BenefitsOfDocumentModels} +0 -0
- /package/docs/academy/{02-AdvancedTutorial/01-Create/02-MoreTutorials/04-UtilitiesAndTips.md → 05-Architecture/05-DocumentModelTheory/04-UtilitiesAndTips} +0 -0
- /package/docs/academy/05-Architecture/05-DocumentModelTheory/{05-best-practices.md → 05-best-practices} +0 -0
- /package/docs/academy/{04-ComponentLibrary/00-StorybookLink → 06-ComponentLibrary/01-StorybookLink} +0 -0
- /package/docs/academy/{04-ComponentLibrary → 06-ComponentLibrary}/03-Scalar-Components/02-input-field.mdx +0 -0
- /package/docs/academy/{04-ComponentLibrary → 06-ComponentLibrary}/04-Complex-Components/01-sidebar.mdx +0 -0
- /package/docs/academy/{04-ComponentLibrary → 06-ComponentLibrary}/05-Layout-Components/01-test-toupdate.mdx +0 -0
- /package/docs/academy/{04-ComponentLibrary → 06-ComponentLibrary}/06-Fragments/01-test-toupdate.mdx +0 -0
- /package/docs/academy/{04-ComponentLibrary → 06-ComponentLibrary}/_category_.json +0 -0
|
@@ -1,229 +0,0 @@
|
|
|
1
|
-
# Standard Document Model Workflow
|
|
2
|
-
This tutorial will guide you through the process of creating a new document model using the Document Model Editor in the Connect app.
|
|
3
|
-
We'll use the Document Model Boilerplate, which provides code generation for scaffolding editors and models.
|
|
4
|
-
This boilerplate ensures compatibility with host applications like Connect and the Reactors for seamless document model and editor integration.
|
|
5
|
-
|
|
6
|
-
<details>
|
|
7
|
-
<summary>Available NPM commands</summary>
|
|
8
|
-
|
|
9
|
-
- `generate`: Updates the generated code according to the JSON spec and GraphQL schema.
|
|
10
|
-
- `lint`: Checks for errors with ESLint and TypeScript checking.
|
|
11
|
-
- `format`: Formats the code using Prettier.
|
|
12
|
-
- `build`: Builds the library project using Vite.
|
|
13
|
-
- `storybook`: Starts Storybook in development mode.
|
|
14
|
-
- `build-storybook`: Builds Storybook.
|
|
15
|
-
- `test`: Runs Jest for testing.
|
|
16
|
-
|
|
17
|
-
</details>
|
|
18
|
-
|
|
19
|
-
# Run Connect Locally
|
|
20
|
-
|
|
21
|
-
Running Connect locally allows builders and developers to create, test, and deploy document models.
|
|
22
|
-
Connect can be locally launched through a simple CLI command using the provided npm package.
|
|
23
|
-
Once launched, the studio allows any developer or document model builder to run a local instance of the Connect hub on their machine and begin working immediately.
|
|
24
|
-
|
|
25
|
-
## Setup of the local reactor
|
|
26
|
-
|
|
27
|
-
:::info
|
|
28
|
-
**Powerhouse Reactors** are the nodes in the network that store documents, resolve conflicts and rerun operations to verify document event histories.
|
|
29
|
-
Reactors can be configured for local storage, centralized cloud storage or on a decentralized storage network.
|
|
30
|
-
:::
|
|
31
|
-
|
|
32
|
-
When using Connect in Studio mode a local reactor will be spun up which will function as the back-end to your local Connect frond-end service. This local reactor will make use of your local document storage and will eventually be able to sync with other reactors on the network, or the 'Powergrid', you will set up.
|
|
33
|
-
|
|
34
|
-
## Let's get started
|
|
35
|
-
|
|
36
|
-
Connect can be spun up through CLI commands in your favorite IDE.
|
|
37
|
-
Connect offers an interface to add your graphql schema and configure the settings of your document model.
|
|
38
|
-
Start with the following command to get started with the Powerhouse CLI
|
|
39
|
-
|
|
40
|
-
```
|
|
41
|
-
$ pnpm install -g ph-cmd
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
Your next step is to initialize the CLI with the following command. This will prompt the creation of a local configuratior file and accompagning reactor set up in .ph/documents.
|
|
45
|
-
|
|
46
|
-
```
|
|
47
|
-
ph init
|
|
48
|
-
```
|
|
49
|
-
<details>
|
|
50
|
-
<summary> How to make use of different branches? </summary>
|
|
51
|
-
|
|
52
|
-
When installing or using the Powerhouse CLI commands you are able to make use of the dev & staging branches. These branches contain more experimental features then the latest stable release the PH CLI uses by default. They can be used to get access to a bugfix or features under development.
|
|
53
|
-
|
|
54
|
-
| Command | Description |
|
|
55
|
-
|---------|-------------|
|
|
56
|
-
| **pnpm install -g ph-cmd** | Install latest stable version |
|
|
57
|
-
| **pnpm install -g ph-cmd@dev** | Install development version |
|
|
58
|
-
| **pnpm install -g ph-cmd@staging** | Install staging version |
|
|
59
|
-
| **ph init** | Use latest stable version of the boilerplate |
|
|
60
|
-
| **ph init --dev** | Use development version of the boilerplate |
|
|
61
|
-
| **ph init --staging** | Use staging version of the boilerplate |
|
|
62
|
-
| **ph use** | Switch all dependencies to latest production versions |
|
|
63
|
-
| **ph use dev** | Switch all dependencies to development versions |
|
|
64
|
-
| **ph use prod** | Switch all dependencies to production versions |
|
|
65
|
-
|
|
66
|
-
Please be aware that these versions can contain bugs and experimental features that aren't fully tested.
|
|
67
|
-
</details>
|
|
68
|
-
|
|
69
|
-
To run a local version of the Connect in Studio Mode use the following command
|
|
70
|
-
|
|
71
|
-
```
|
|
72
|
-
ph connect
|
|
73
|
-
```
|
|
74
|
-
|
|
75
|
-
### 1. Defining Your Document Model GraphQL Schema
|
|
76
|
-
Start by creating your own document model library.
|
|
77
|
-
|
|
78
|
-
Step 1: Run the following command to set up your document model library:
|
|
79
|
-
|
|
80
|
-
```bash
|
|
81
|
-
ph init
|
|
82
|
-
```
|
|
83
|
-
|
|
84
|
-
Step 2: Use the Document Model Editor in the Connect app:
|
|
85
|
-
|
|
86
|
-
Launch Connect Studio Mode:
|
|
87
|
-
|
|
88
|
-
```bash
|
|
89
|
-
ph connect
|
|
90
|
-
```
|
|
91
|
-
## Document Model Creation
|
|
92
|
-
|
|
93
|
-
At the core of Connect is the Document Model Editor. This powerful editor enables business analysts, user researchers, or aspiring document model builders to craft a GraphQL Schema Definition that reflects the business domain the document model will operate in. The schema serves as the foundation of the document model, defining its structure and how it interacts with the broader business processes. To learn more about domain modeling, please visit our section on Document Model dee
|
|
94
|
-
|
|
95
|
-
Open the Document Model Editor to define your document schema.
|
|
96
|
-
This schema will define the structure and fields for your document model using GraphQL.
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
### 2. Defining Document Model Operations
|
|
100
|
-
Using the Document Model Operations Editor, define the operations for your document model and their GraphQL counterparts. These operations will handle state changes within your document model.
|
|
101
|
-
|
|
102
|
-
**Best Practices:**
|
|
103
|
-
|
|
104
|
-
- Clearly define CRUD operations (Create, Read, Update, Delete).
|
|
105
|
-
- Use GraphQL input types to specify the parameters for each operation.
|
|
106
|
-
- Ensure that operations align with user intent to maintain a clean and understandable API.
|
|
107
|
-
|
|
108
|
-
### 3. Generating Scaffolding Code
|
|
109
|
-
Export your document model as a .zip file from Connect.
|
|
110
|
-
Import the .zip file into your project directory created in Step 1.
|
|
111
|
-
Run the following command to generate the scaffolding code:
|
|
112
|
-
|
|
113
|
-
```bash
|
|
114
|
-
ph generate YourModelName.phdm.zip
|
|
115
|
-
```
|
|
116
|
-
|
|
117
|
-
This will create a new directory under /document-models containing:
|
|
118
|
-
|
|
119
|
-
JSON file with the document model specification.
|
|
120
|
-
GraphQL file with state and operation schemas.
|
|
121
|
-
A gen/ folder with autogenerated code.
|
|
122
|
-
A src/ folder for your custom code implementation.
|
|
123
|
-
|
|
124
|
-
### 4. Implementing Reducer Code and Unit Tests
|
|
125
|
-
Navigate to the reducer directory:
|
|
126
|
-
|
|
127
|
-
```bash
|
|
128
|
-
cd document-models/"YourModelName"/src/reducers
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
Implement the reducer functions for each document model operation. These functions will handle state transitions.
|
|
132
|
-
|
|
133
|
-
Add utility functions in:
|
|
134
|
-
|
|
135
|
-
```bash
|
|
136
|
-
document-models/"YourModelName"/src/utils.ts
|
|
137
|
-
```
|
|
138
|
-
|
|
139
|
-
Write unit tests to ensure the correctness of your reducers:
|
|
140
|
-
|
|
141
|
-
Test files should be located in:
|
|
142
|
-
|
|
143
|
-
```bash
|
|
144
|
-
document-models/"YourModelName"/src/reducers/tests
|
|
145
|
-
```
|
|
146
|
-
|
|
147
|
-
Run the tests:
|
|
148
|
-
|
|
149
|
-
```bash
|
|
150
|
-
pnpm run test
|
|
151
|
-
```
|
|
152
|
-
|
|
153
|
-
Test the editor functionality:
|
|
154
|
-
|
|
155
|
-
```bash
|
|
156
|
-
ph connect
|
|
157
|
-
```
|
|
158
|
-
|
|
159
|
-
### 5. Implementing Document Editors
|
|
160
|
-
Generate the editor template for your document model:
|
|
161
|
-
|
|
162
|
-
```bash
|
|
163
|
-
ph generate -- --editor YourModelName --document-types powerhouse/YourModelName
|
|
164
|
-
```
|
|
165
|
-
|
|
166
|
-
The --editor flag specifies the name of your document model.
|
|
167
|
-
The --document-types flag links the editor to your document model type.
|
|
168
|
-
After generation:
|
|
169
|
-
|
|
170
|
-
Open the editor template:
|
|
171
|
-
|
|
172
|
-
```bash
|
|
173
|
-
editors/YourModelName/editor.tsx
|
|
174
|
-
```
|
|
175
|
-
|
|
176
|
-
Customize the editor interface to suit your document model.
|
|
177
|
-
|
|
178
|
-
### 6. Testing the Document Editor
|
|
179
|
-
Run the Connect app to test your document editor:
|
|
180
|
-
|
|
181
|
-
```bash
|
|
182
|
-
ph connect
|
|
183
|
-
```
|
|
184
|
-
|
|
185
|
-
Verify that the editor functions as expected.
|
|
186
|
-
Perform end-to-end testing to ensure smooth integration between the document model and its editor.
|
|
187
|
-
|
|
188
|
-
### 7. Adding a Manifest File
|
|
189
|
-
Create a manifest file to describe your document model and editor. This enables proper integration with the host application.
|
|
190
|
-
|
|
191
|
-
**Example manifest.json:**
|
|
192
|
-
|
|
193
|
-
```json
|
|
194
|
-
{
|
|
195
|
-
"name": "your-model-name",
|
|
196
|
-
"description": "A brief description of your document model.",
|
|
197
|
-
"category": "your-category", // e.g., "Finance", "People Ops", "Legal"
|
|
198
|
-
"publisher": {
|
|
199
|
-
"name": "your-publisher-name",
|
|
200
|
-
"url": "your-publisher-url"
|
|
201
|
-
},
|
|
202
|
-
"documentModels": [
|
|
203
|
-
{
|
|
204
|
-
"id": "your-model-id",
|
|
205
|
-
"name": "your-model-name"
|
|
206
|
-
}
|
|
207
|
-
],
|
|
208
|
-
"editors": [
|
|
209
|
-
{
|
|
210
|
-
"id": "your-editor-id",
|
|
211
|
-
"name": "your-editor-name",
|
|
212
|
-
"documentTypes": ["your-model-id"]
|
|
213
|
-
}
|
|
214
|
-
]
|
|
215
|
-
}
|
|
216
|
-
```
|
|
217
|
-
|
|
218
|
-
### Steps to finalize:
|
|
219
|
-
|
|
220
|
-
Place the manifest file at your project root.
|
|
221
|
-
Update your index.js to export your modules and include the new document model and editor.
|
|
222
|
-
|
|
223
|
-
### Final Thoughts
|
|
224
|
-
You've now successfully created a Document Model and its corresponding Editor using the Connect app! 🚀
|
|
225
|
-
|
|
226
|
-
Next Steps:
|
|
227
|
-
- Expand functionality: Add more operations or complex logic to your document model.
|
|
228
|
-
- Improve UX: Enhance the document editor for a smoother user experience.
|
|
229
|
-
- Integrate with other systems: Use APIs or GraphQL to connect your document model with external services.
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Powerhouse CLI
|
|
2
|
-
|
|
3
|
-
### Installing the Powerhouse CLI
|
|
4
|
-
:::tip
|
|
5
|
-
The Powerhouse CLI tool is the only essential tool to install on this page.
|
|
6
|
-
Once you've installed it with the command below you can continue to the next steps.
|
|
7
|
-
:::
|
|
8
|
-
|
|
9
|
-
The Powerhouse CLI (`ph-cmd`) is a command-line interface tool that provides essential commands for managing Powerhouse projects. You can get access to the Powerhouse ecosystem tools by installing them globally using:
|
|
10
|
-
```bash
|
|
11
|
-
pnpm install -g ph-cmd
|
|
12
|
-
```
|
|
13
|
-
|
|
14
|
-
Key commands include:
|
|
15
|
-
- `ph connect` for running the Connect application locally
|
|
16
|
-
- `ph switchboard` or `ph reactor` for starting the API service
|
|
17
|
-
- `ph init` to start a new project and build a Document Model
|
|
18
|
-
- `ph help` to get an overview of all the available commands
|
|
19
|
-
|
|
20
|
-
This tool will be fundamental on your journey when creating, building, and running Document Models
|
|
21
|
-
|
|
22
|
-
<details>
|
|
23
|
-
<summary> How to make use of different branches? </summary>
|
|
24
|
-
|
|
25
|
-
When installing or using the Powerhouse CLI commands you are able to make use of the dev & staging branches. These branches contain more experimental features then the latest stable release the PH CLI uses by default. They can be used to get access to a bugfix or features under development.
|
|
26
|
-
|
|
27
|
-
| Command | Description |
|
|
28
|
-
|---------|-------------|
|
|
29
|
-
| **pnpm install -g ph-cmd** | Install latest stable version |
|
|
30
|
-
| **pnpm install -g ph-cmd@dev** | Install development version |
|
|
31
|
-
| **pnpm install -g ph-cmd@staging** | Install staging version |
|
|
32
|
-
| **ph init** | Use latest stable version of the boilerplate |
|
|
33
|
-
| **ph init --dev** | Use development version of the boilerplate |
|
|
34
|
-
| **ph init --staging** | Use staging version of the boilerplate |
|
|
35
|
-
| **ph use** | Switch all dependencies to latest production versions |
|
|
36
|
-
| **ph use dev** | Switch all dependencies to development versions |
|
|
37
|
-
| **ph use prod** | Switch all dependencies to production versions |
|
|
38
|
-
|
|
39
|
-
Please be aware that these versions can contain bugs and experimental features that aren't fully tested.
|
|
40
|
-
</details>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# Reactor Usage
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# Glossary
|
|
2
|
-
|
|
3
|
-
A great way to get familiar with the vision, philosophy and terminology of Powerhouse is by reading the [Book Of Powerhouse](./docs/bookofpowerhouse/Overview).
|
|
4
|
-
It offers an entry level, non-technical explainer to the high level vision of Powerhouse.
|
|
5
|
-
|
|
6
|
-
## General Terms
|
|
7
|
-
- **Powerhouse** – A network organization that provides open-source software and services to support decentralized operations for other network organizations.
|
|
8
|
-
- **Scalable Network Organization (SNO)** – A network organization structured according to the Powerhouse framework, designed for sustainable and scalable growth.
|
|
9
|
-
|
|
10
|
-
## Organizational Concepts
|
|
11
|
-
- **Network Organization** – A group of independent contributors and teams working together towards a common purpose, relying on decentralization and resource sharing.
|
|
12
|
-
- **Keiretsu** – A Japanese term referring to networks of independent companies collaborating while maintaining their legal autonomy.
|
|
13
|
-
- **Mondragon Corporation** – A Spanish federation of worker cooperatives that exemplifies the network organization model.
|
|
14
|
-
- **Genesis Wrapper** – The initial legal entity representing a SNO, usually a Swiss Association that acts as a wrapper around the multisig wallet.
|
|
15
|
-
|
|
16
|
-
## Governance & Legal
|
|
17
|
-
- **Proof of Work Tokens (POWts)** – A legal instrument used to measure opportunity costs for contributors in a SNO.
|
|
18
|
-
- **Multisig Participation Agreement (MPA)** – A contractual agreement regulating the responsibilities of multisig signers within the network.
|
|
19
|
-
- **Operational Hub (OH)** – An entity within the SNO responsible for managing contributors, contracts, and payments.
|
|
20
|
-
|
|
21
|
-
## Technology & Framework
|
|
22
|
-
- **Powerhouse Framework** – A technical architecture designed to support SNOs by capturing data and automating processes.
|
|
23
|
-
- **CQRS (Command Query Responsibility Segregation)** – A pattern that separates read and write operations to improve scalability.
|
|
24
|
-
- **Event Sourcing** – A method of storing system state as a sequence of immutable events rather than modifying a single record.
|
|
25
|
-
- **Event-Driven Architecture (EDA)** – A software design approach where system flows are determined by events that trigger actions asynchronously.
|
|
26
|
-
|
|
27
|
-
## Powerhouse Platforms
|
|
28
|
-
- **Dope** – A decentralized operations platform connecting finance, legal, governance, and people ops service providers with SNOs.
|
|
29
|
-
- **Modlr** – A builder platform that helps users create SNO software platforms using the Powerhouse framework.
|
|
30
|
-
|
|
31
|
-
## Software Components
|
|
32
|
-
- **Reactor** – A storage node for Powerhouse documents and files with multiple storage adapters (local, cloud, decentralized).
|
|
33
|
-
- **Powerhouse Switchboard** – A scalable API service that aggregates and processes document data.
|
|
34
|
-
- **Powerhouse Fusion** – A platform front-end that hosts the public marketplace for SNO interactions.
|
|
35
|
-
- **Powerhouse Renown** – A decentralized authentication system managing contributor reputation.
|
|
36
|
-
- **Powerhouse Academy** – A training platform for onboarding and upskilling SNO contributors.
|
|
37
|
-
- **Powergrid** – A decentralized network of reactors that sync with each other.
|
|
38
|
-
|
|
39
|
-
## Development & Data Modeling
|
|
40
|
-
- **Document Models** – Structured data models that define how Powerhouse documents store and process information.
|
|
41
|
-
- **Document Model Editors** – An interface or UI to a document model that allows users to create and modify the data captured by the document models.
|
|
42
|
-
- **Powerhouse Project** – A collection of document models, document model editors, and other resources being build in Connect Studio.
|
|
43
|
-
- **Host Applications** – Applications that use the Powerhouse framework to create and manage documents and data.
|
|
44
|
-
- **Packages** – A collection of document models, document model editors, and other resources that are published as a package and can be used in any of the host applications.
|
|
45
|
-
- **GraphQL Scalars** – Data types used in Powerhouse document modeling (e.g., `String`, `Int`, `Currency`, `OID` for unique object IDs).
|
|
46
|
-
- **NanoID** – A small, unique identifier used to reference objects within the Powerhouse framework.
|
|
47
|
-
- **Model-Driven Development (MDD)** – A software approach that uses high-level models to generate system logic and configurations.
|
|
48
|
-
- **Strands** – A single synchronization channel that connects exactly one unit of synchronization to another, with all four parameters (drive_url, doc_id, scope, branch) set to fixed values. This allows synchronization between two distinct points of instances of a document or document drive.
|
|
49
|
-
|
|
50
|
-
## AI & Automation
|
|
51
|
-
- **AI Assistants** – AI-powered contributors paired with human contributors to automate tasks and improve productivity.
|
|
52
|
-
- **AI Contributor Modes** – Configurable states that determine the AI assistant’s behavior, permissions, and task focus.
|
|
53
|
-
- **Task Automation & Scaling** – The use of AI to streamline repetitive tasks, improve communications, and enhance decision-making.
|
|
File without changes
|
/package/docs/academy/01-GetStarted/{03-ToDoList/images → images}/DocumentModelOperations.png
RENAMED
|
File without changes
|
/package/docs/academy/01-GetStarted/{03-ToDoList/images → images}/OpenDocumentModelEditor.gif
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/04-WorkWithData/_category_.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/00-IntegrateInAFront-End
RENAMED
|
File without changes
|
/package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/01-IntroducingFusion
RENAMED
|
File without changes
|
/package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/02-PublishYourProject.md
RENAMED
|
File without changes
|
/package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/04-GraphQLNamespacing
RENAMED
|
File without changes
|
/package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/05-LaunchYourBackend.md
RENAMED
|
File without changes
|
/package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/06-LaunchYourFrontend.md
RENAMED
|
File without changes
|
|
File without changes
|
/package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/images/SSHConnection.png
RENAMED
|
File without changes
|
/package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/images/homedesign.png
RENAMED
|
File without changes
|
/package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/images/keyconcepts.png
RENAMED
|
File without changes
|
/package/docs/academy/{02-AdvancedTutorial → 02-MasteryTrack}/05-Launch/images/tutorialschema.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|