Documentation source repository for content published at https://cloud.ibm.com/docs/allowlist/watsonx-bi. This documentation has limited visibility as described in Allowlisting a subcollection.
Follow these steps to contribute to this documentation.
ℹ️ Tip: If you'd rather give feedback about the documentation, create an issue.
Set up your local development environment:
- Visual Studio Code is the recommended editor. For more information, see Choose an editor.
- You can install a Markdown linter in Visual Studio Code that works with IBM Cloud docs. For more information, see Integrating the Markdown linter in VS Code.
All content starts from the source
branch.
-
Clone this repo if you have write privileges. Otherwise, fork the repo.
-
Create a working branch from the
source
branch. -
Make your changes to the Markdown content.
- IBM Cloud docs uses Markdown with a few custom extensions to source the docs. For tips about how to structure and style your docs with IBM Cloud Markdown, see Authoring content in Markdown.
- IBM Cloud docs also supports controlling content with tagging. For example, content within the
<draft>
</draft>
tags appears only in the https://test.cloud.ibm.com/docs/allowlist/watsonx-bi location and won't be included in pushes to production, which makes it a good way to preview changes that might not go live for a while. For more information, see Controlling content with tagging.
-
Commit your updates.
-
Create a pull request from your branch or fork to
source
. One of this repo's maintainers will review and merge your pull request.-
After the pull request is merged, a Jenkins job runs that commits content to the
draft
branch and opens a pull request to thepublish
branch. -
After a few minutes, you can see your changes in the IBM Cloud docs framework. Changes to
draft
are available in the test location (https://test.cloud.ibm.com/docs/allowlist/watsonx-bi).ℹ️ Note: You must be in an account that's been given visibility to the associated product or global catalog entry to view the docs in the IBM Cloud docs framework. For more information, see How allowlisting works.
-
-
The maintainer will merge the Next publish push pull request.
The
publish
branch is the final location for your documentation updates, which display in the production location at https://cloud.ibm.com/docs/allowlist/watsonx-bi. When you commit a change to thesource
, a pull request is automatically created from a branch callednext-publish-push
to thepublish
branch to publish your changes.The maintainer can then review and merge the pull request to push your changes to production.
After a build is triggered by a commit or merge, you can monitor progress.
The Slack channel #docs-watsonx-bi displays information about builds.
Content quality test cases are run against your documentation on a daily basis, and results are posted in your repo's Slack channel. For more information, see Automated content quality test cases and the Content Quality Dashboard.