Code Base as Shadow Docs
When you sync a GitHub Repo to an Archbee Space, you will have the possibility of importing your Code Base into that Space as Shadow Docs(see more about Shadow Docs here)
This means that our AI system will index all the Code you configured to be synched and will train the Ask AI assistant with the provided code base. Every document that is added to the Shadow Docs folder will not be visible on your published portal, neither for your customers or for your internal users. The code provided via Shadow Docs will just be there to train your AI and be able to answer questions about your code for your users.
Here are 2 of the most common use cases:
- Sync your app code base to an Archbee Space. Publish an internal(protected, not public) portal for your tech& non-tech teams. This portal, powered by our AI, will now be able to answer questions and even suggest how to perform different improvements, integrations, optimizations, etc. based on your code-base.
- Sync your app code base to an Archbee Space. Publish a public portal for your users. Here your users will be able to get direct answers on how to use your App, APIs, SDK, Libraries, etc
First you need to configure the GitHub integration as explained here.
Then you need to setup the repository
In the archbee.yaml file you need to configure the shadowDocs parameter with the path of your code base that you want to sync with Archbee.
This is how it will look after import
Make sure you have your AI Addon enabled in Organisation Settings
Sum-up
- All code files sync through Shadow Docs will not be made public at any time
- The whole purpose is to provide context to our AI so it can answer technical questions and make technical suggestions to your internal or public users