Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 # Help Center Development Breakdown | |
2 | |
3 [Specification](https://bitbucket.org/adblockplus/spec/src/5eef1222584c3a04802bd 523d293f0bb58a5b5e4/spec/help-center/help-center.md?fileviewer=file-view-default ) | |
4 | |
5 | |
6 ## Pages | |
7 | |
8 - Adblock Plus Home, help.eyeo.com/adblockplus | |
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 | |
12 | |
13 | |
14 ## Templates | |
15 | |
16 - Default Template | |
17 - Product Help Home | |
18 - Single Article | |
19 - Search Results | |
20 - Basic Page | |
21 | |
22 | |
23 ## Components | |
24 | |
25 - Site Header | |
26 - Site Footer | |
27 - Site Search Field | |
28 - Topics Group | |
29 - Contact Section | |
30 - Breadcrumbs | |
31 - Accordion Menu | |
32 - Browser Selector with Browser Detection | |
33 - Card | |
34 - Search Result Item | |
35 - Lists (Ordered Lists, Unordered Lists, "Numbered" Lists, "Underlined" Lists) | |
36 | |
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 | |
38 - Variables | |
39 - Typography | |
40 | |
41 | |
42 ### Site Header | |
43 | |
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) | |
45 | |
46 This includes: | |
47 - Logo | |
48 - Site Search Field | |
49 - Product Website Link | |
50 | |
51 Note: The header has a slighlty different layout depening on if it is within a s pecific product's page (e.g. Single Article) or a general page (e.g. Basic Page) | |
52 | |
53 | |
54 ### Site Footer | |
55 | |
56 This includes: | |
57 - Language Selector | |
58 - Footer Links | |
59 | |
60 | |
61 ### Topics Group | |
62 | |
63 This is a list of topics. There are two instances: | |
64 | |
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)) | |
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)) | |
67 | |
68 | |
69 ### Lists | |
70 | |
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. | |
72 | |
73 "Underlined Lists" refers to the lists as shown in the Topic Group, Accordion Me nu, and Search Results. | |
OLD | NEW |