| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 # Help Center Development Breakdown | 1 # Help Center Development Breakdown |
| 2 | 2 |
| 3 [Specification](https://bitbucket.org/adblockplus/spec/src/5eef1222584c3a04802bd 523d293f0bb58a5b5e4/spec/help-center/help-center.md?fileviewer=file-view-default ) | 3 [Specification](https://bitbucket.org/adblockplus/spec/src/5eef1222584c3a04802bd 523d293f0bb58a5b5e4/spec/help-center/help-center.md?fileviewer=file-view-default ) |
| 4 | 4 |
| 5 | 5 |
| 6 ## Pages | 6 ## Pages |
| 7 | 7 |
| 8 - Adblock Plus Home, help.eyeo.com/adblockplus | 8 - Adblock Plus Home, help.eyeo.com/adblockplus |
| 9 - Single Article Page, e.g. help.eyeo.com/adblockplus/block-all-ads | 9 - Single Article Page, e.g. help.eyeo.com/adblockplus/block-all-ads |
| 10 - Search Results Page | |
|
juliandoucette
2017/06/20 15:53:39
This page will not be in the MVP (Sorry, I forgot
ire
2017/06/21 08:34:22
Acknowledged.
| |
| 11 - Imprint, help.eyeo.com/legal | 10 - Imprint, help.eyeo.com/legal |
| 12 | 11 |
| 13 | 12 |
| 14 ## Templates | 13 ## Templates |
| 15 | 14 |
| 16 - Default Template | 15 - Default Template |
| 17 - Product Help Home | 16 - Product Help Home |
| 18 - Single Article | 17 - Single Article |
| 19 - Search Results | |
| 20 - Basic Page | 18 - Basic Page |
| 21 | 19 |
| 22 | 20 |
| 23 ## Components | 21 ## Components |
| 24 | 22 |
| 25 - Site Header | 23 - Site Header |
| 26 - Site Footer | 24 - Site Footer |
| 27 - Site Search Field | 25 - Site Search Field |
| 28 - Topics Group | 26 - Topics Group |
| 29 - Contact Section | 27 - Contact Section |
| 30 - Breadcrumbs | 28 - Breadcrumbs |
| 31 - Accordion Menu | 29 - Accordion Menu |
| 32 - Browser Selector with Browser Detection | 30 - Browser Selector with Browser Detection |
| 33 - Card | 31 - Card |
| 34 - Search Result Item | 32 - Search Result Item |
| 35 - Lists (Ordered Lists, Unordered Lists, "Numbered" Lists, "Underlined" Lists) | 33 - Lists (Ordered Lists, Unordered Lists, "Numbered" Lists, "Underlined" Lists) |
| 36 | 34 |
|
juliandoucette
2017/06/20 15:53:39
NIT: It's not clear why you are separating these l
ire
2017/06/21 08:34:22
Yeah, it's one of those things that just made more
| |
| 37 - Grid | 35 - Grid |
| 38 - Variables | 36 - Variables |
| 39 - Typography | 37 - Typography |
| 40 | 38 |
| 41 | 39 |
| 42 ### Site Header | 40 ### Site Header |
| 43 | 41 |
| 44 [See Spec](https://bitbucket.org/adblockplus/spec/src/5eef1222584c3a04802bd523d2 93f0bb58a5b5e4/spec/help-center/help-center.md?fileviewer=file-view-default#mark down-header-general-navigation) | 42 [See Spec](https://bitbucket.org/adblockplus/spec/src/5eef1222584c3a04802bd523d2 93f0bb58a5b5e4/spec/help-center/help-center.md?fileviewer=file-view-default#mark down-header-general-navigation) |
| 45 | 43 |
| 46 This includes: | 44 This includes: |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 64 | 62 |
| 65 - Within a card, e.g. the "Popular Topics" ([See Spec](https://bitbucket.org/adb lockplus/spec/src/5eef1222584c3a04802bd523d293f0bb58a5b5e4/spec/help-center/help -center.md?fileviewer=file-view-default#markdown-header-popular-topics)) | 63 - Within a card, e.g. the "Popular Topics" ([See Spec](https://bitbucket.org/adb lockplus/spec/src/5eef1222584c3a04802bd523d293f0bb58a5b5e4/spec/help-center/help -center.md?fileviewer=file-view-default#markdown-header-popular-topics)) |
| 66 - Within a group of other "Topics Groups", e.g. on the Product Help Home page ([ See Spec](https://bitbucket.org/adblockplus/spec/src/5eef1222584c3a04802bd523d29 3f0bb58a5b5e4/spec/help-center/help-center.md?fileviewer=file-view-default#markd own-header-help-categories)) | 64 - Within a group of other "Topics Groups", e.g. on the Product Help Home page ([ See Spec](https://bitbucket.org/adblockplus/spec/src/5eef1222584c3a04802bd523d29 3f0bb58a5b5e4/spec/help-center/help-center.md?fileviewer=file-view-default#markd own-header-help-categories)) |
| 67 | 65 |
| 68 | 66 |
| 69 ### Lists | 67 ### Lists |
| 70 | 68 |
| 71 What I am calling "Numbered Lists" refers to the lists that have styled numbers as shown [here](https://bytebucket.org/adblockplus/spec/raw/5eef1222584c3a04802b d523d293f0bb58a5b5e4/res/help-center/abp-help-article.jpg). This will be impleme nted as an ordered list `ol`, but I'm making the distinction here to differentia te that style from other ordered lists. | 69 What I am calling "Numbered Lists" refers to the lists that have styled numbers as shown [here](https://bytebucket.org/adblockplus/spec/raw/5eef1222584c3a04802b d523d293f0bb58a5b5e4/res/help-center/abp-help-article.jpg). This will be impleme nted as an ordered list `ol`, but I'm making the distinction here to differentia te that style from other ordered lists. |
| 72 | 70 |
| 73 "Underlined Lists" refers to the lists as shown in the Topic Group, Accordion Me nu, and Search Results. | 71 "Underlined Lists" refers to the lists as shown in the Topic Group, Accordion Me nu, and Search Results. |
| LEFT | RIGHT |