Lorina Poland
Lorina Poland
Yes, thanks for the heads-up. Sounds like some cleanup is definitely required.
Still waiting on another review. Merges to trunk and 5.0 when approved.
This PR applies to 4.1, 4.0, and 3.11. Does not apply to 5.0.
@caniko - Did you ever get further with this project? Is there anything that you believe should be documented from your experience with JWT?
Windows: Here are the Windows Command Prompt equivalents, basically " instead of ' and \" to escape the " inside a string. Windows Command Prompt Get token curl -L -X...
For some URLs, especially those that include special characters such as ampersand, exclamation mark, or question mark, you should quote the URL you are specifying on the command line. For...
In the scripts list "build:linkinator": "npx linkinator https://stargate.io/docs --recurse --skip ' http://localhost?'", "build:local-linkinator": "npx linkinator ./modules/*/pages --recurse --skip ' http://localhost?'" "linkinator": "^3.0.3", in the repository list
https://github.com/stargate/docs/pull/211
This plan has modified a bit, to include two components, core and apis. This facilitates multi-repo docset builds for Stargate and other docsets. An additional repo, datastax/adoc-howto is also included,...
Yet another change. The two components have been renamed stargate-core and stargate-develop. The work is in branch test-multi-repos. I need to modify the GH actions that are used to build...