Hi I am very new to wix, I made my first website using Jekyll (a static website builder) but recently I found the need to create a forum and therefore decided to move to wix.
My website will be used to showcase software add-ons (Assets) I create for a program called Unity (a popular game engine).
I need to be able to create documentation pages and sub pages for each of my Assets. I was hoping it would be easy as adding blog posts… but I found that was not the case.
The page Hierachy would be something like:
- Home, Assets, About, News, etc…
- Assets: Asset1, Asset2, etc…
- AssetX: AssetX Home page, AssetX Documentation, AssetX Forum, etc…
- AssetX Documentation: Introduction, Getting Started, Chapter 1, etc…
Since wix only allows pages and subpages I’m slightly stuck. I know that I can create pages and hide them in the menu. The problem I have with that is that if I decide to change to layout of the documentation pages I’ll have to do it manually 100+ times.
The goal is to have a common page layout (Links Menu on the left, Content with text, code snippets, images, videos, etc… on the right, and the Previous/Next button on the bottom ) for all my documentation. The menu would serve as a table of contents for the documentation of the specific Asset (Introduction, Getting Started, Chapter1, etc…).
And similar to how I write posts I would like to write my documentation pages so that it dynamically creates the pages.
I can’t directly use the blog system though as I will use that to post news about updates, progress and upcoming features.
I would be very grateful if any of you could give me some pointers on where I should look to find solutions to my problems.
Thank you for your time.
PS: Here is a website that achieved exactly what I want: https://opsive.com/support/documentation/ultimate-character-controller/character/
Unfortunately it was done using WordPress… which I do not want to use ever again.