You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To create an open-source site similar to Express docs:
Export content of APIC space to HTML. (This space now contains the source documentation for LoopBack, which is duplicated in pages with the same title in the LB space.)
Now, all the articles are in the repo in markdown. Next we need to create the organization/navigation:
Create directories for the navigation hierarchy. We could leave them all in one dir, but easier to manage and work with if organized into multiple dirs.
Figure out best way to implement navigation. Should it be a side-nav as it is currently, or some kind of top-of-the-page menu system as on http://expressjs.com?