Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: breakdown.md

Issue 29464633: No Issue - Help Center Development Breakdown (Closed)
Patch Set: Remove Search results page and template Created June 21, 2017, 8:33 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 - Imprint, help.eyeo.com/legal
11
12
13 ## Templates
14
15 - Default Template
16 - Product Help Home
17 - Single Article
18 - Basic Page
19
20
21 ## Components
22
23 - Site Header
24 - Site Footer
25 - Site Search Field
26 - Topics Group
27 - Contact Section
28 - Breadcrumbs
29 - Accordion Menu
30 - Browser Selector with Browser Detection
31 - Card
32 - Search Result Item
33 - Lists (Ordered Lists, Unordered Lists, "Numbered" Lists, "Underlined" Lists)
34
35 - Grid
36 - Variables
37 - Typography
38
39
40 ### Site Header
41
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)
43
44 This includes:
45 - Logo
46 - Site Search Field
47 - Product Website Link
48
49 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)
50
51
52 ### Site Footer
53
54 This includes:
55 - Language Selector
56 - Footer Links
57
58
59 ### Topics Group
60
61 This is a list of topics. There are two instances:
62
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))
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))
65
66
67 ### Lists
68
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.
70
71 "Underlined Lists" refers to the lists as shown in the Topic Group, Accordion Me nu, and Search Results.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld