feat(automation): new world doc pr creation#130
Conversation
a579ad7 to
334c4cd
Compare
334c4cd to
cebc471
Compare
|
@dylantientcheu @clemfromspace |
|
For now we can edit the submitted PR each time, i'd prefer not to bloat the cli code. |
|
I think we should run the example directly, so we will have to edit the example to make them match what indices / things we have in the doc. That way, no editing is necessary and it's more coherent maybe. WDYT? |
|
As for the which commands as available, maybe we can tag them in order to exclude / include them from the webCLI? Won't be a big effort IMHO, as we already leverage the tagging for the telemetry & others. |
f791072 to
e08747b
Compare
|
@clemfromspace I agree, let's remove all |
455af37 to
ce32ef8
Compare
clemfromspace
left a comment
There was a problem hiding this comment.
Good job, the template way was definitely the way to go 👍
I think we need to work more of the example presentation (splitting, etc.)
I also added some comments regarding the duplicated code / now shared code between the two docs generation methods.
|
@loicsay I saw that you actually removed the example splitting, this was not what I meant 😓 |
|
cc @kai687
|
DEX-1021
This PR create a command to generate a
new-world-docsPR that'll update the.mdxfiles for the CLI documentation.How to test?
It will output the files in at
docs/app_data/cli/commandsRefinement
Summary of our discussion with @clemfromspace:
runInWebCli) to commands withweb CLIenabled innew-world-docsweb CLI, we'll standardize all examples with thenew-world-docs/webCLI(in a future PR)