domhanak commented on code in PR #17:
URL: 
https://github.com/apache/incubator-kie-website/pull/17#discussion_r1944513299


##########
docusaurus.config.ts:
##########
@@ -144,6 +150,10 @@ const config: Config = {
               label: "Download",
               to: "/docs/start/download",
             },
+            {
+              label: "Examples",
+              to: "/docs/examples",

Review Comment:
   I started it like this as initially I had more files in examples folder than 
just this one.
   Keeping some modularization in case we expand with extra guides. similar 
could be done to download.
   We can keep adding `10.0.0_download`, `10.1.0_download` and that way the 
folders I think are good to keep.
   
   Simiarly for docs, see the other PR, `documentation.md` for main, 
`10.0.0_documenation.md` for specific release, we can also include Release 
notes this way and similar. So from my POV it made sense to separate it in 
folders.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to