Uh oh!
There was an error while loading. Please reload this page.
Restructure user docs on MarkBind syntax - #668
Conversation
damithc
commented
Feb 5, 2019
Ready for review. As we did with the previous one, we can fix only major issues before merging. Minor issues can be fixed as followup PRs. It will take a few more iterations before the user docs are as polished as we want them to be. |
yamgent
commented
Feb 7, 2019
@Chng-Zhi-Xuan will need your help in reviewing this PR. |
damithc
commented
Feb 7, 2019
For some reason, the Netlify preview appears broken 🤔 |
ac76878 to
1e3871aComparedamithc
commented
Feb 7, 2019
Resolved merge conflict. |
damithc
commented
Feb 7, 2019
Looks like netlify is getting some erros: |
| {% set pages = [ | ||
| ['Adding Pagess', 'addingPages'], | ||
| ['MarkBind Syntax Overview', 'markbindSyntaxOverview'], |
There was a problem hiding this comment.
['Adding Pages', 'addingPages'],
['MarkBind Syntax Overview', 'markBindSyntaxOverview'],
399d668 to
baabc32Comparebaabc32 to
4bed284Comparedamithc
commented
Feb 8, 2019
Let's merge this if there are no big problems -- if not, it will create merge conflict headaches for all the incoming PRs. No need to review content itself as I will be submitting more PRs to refine content further. We can do a fine-grain review of the text when the content is stable. |
yamgent
commented
Feb 11, 2019
On a side note for performance: Build time for documentation seems to have doubled since this PR was merged (was around ~3.174s before, now it is ~7.697s). |
damithc
commented
Feb 11, 2019
Due to more source files, and more output files? 🤔 There are some nunjucks scripts too. |
What is the purpose of this pull request? (put "X" next to an item, remove the rest)
• [x] Documentation update
This is another update to user docs, focusing on how we describe MarkBind syntax. Overview:
userGuide/syntax/folder.Authoring Contents: added overviews of new pagesMarkBind Syntax Overview: Previously this page contained all syntax (except components). Not it contains an overview only.Formatting Contents: new page. Describes all syntax used for basic formatting.Using Components: Revised to pull content from syntax/*.mbdf pagesUsing HTML, JavaScript, CSS: new page.Tweaking the Page Structure: Revised to pull content from syntax/*.mbdf pagesReusing Contents: Revised to pull content from syntax/*.mbdf pagesMaking the Site Searchable: Revised to pull content from syntax/*.mbdf pagesReader-Facing Features: New page. Shows features that will be visible to readers.Full Syntax Reference: Alphabetical list of all syntaxSyntax Cheat Sheet: new page