Skip to content

Commit

Permalink
better placement of status in the docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulon42 committed Dec 22, 2016
1 parent 8371b44 commit 5073b9a
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs-generator/symbolizers._
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<% if (name == '*') { %>## All elements<% } else { %>## <%= name %><% } %>
<% _(symbolizer).filter(function(p) { return p.css; }).each(function(p) { %>
##### <%= p.css.replace(/\s/g, '') %> <% if (_.isArray(p.type)) { %>`keyword`<% } else { %>`<%= p.type %>` <% } %>
<% if (_.has(p, 'status')) { %>Status: *<%= p.status %>*<% } %>
<% if (_.has(p, 'status')) { %>Status: *<%= p.status %>*

<% } %>
<% if (_.isArray(p.type)) { %><% _(p.type).each(function(type) { %>`<%= type %>` <% }); %><% } %>
<% if (p.type === 'functions' && _.isArray(p.functions)) { %><% _(p.functions).each(function(type) { %>`<%= type[0] %>` <% }); %><% } %>

Expand Down
10 changes: 10 additions & 0 deletions docs/3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ Status: *unstable*





Default Value: 0
_(Will not be offset.)_

Expand Down Expand Up @@ -568,6 +570,8 @@ A special setting to allow the user to control rendering behavior for 'multi-geo

##### marker-type `keyword`
Status: *deprecated*


`arrow` `ellipse`


Expand Down Expand Up @@ -1733,6 +1737,8 @@ Status: *unstable*





Default Value: false
_(Character will be removed when used to wrap a line.)_

Expand Down Expand Up @@ -1942,6 +1948,8 @@ Status: *deprecated*





Default Value: 0
_(Labels with the same text will be rendered without restriction.)_

Expand Down Expand Up @@ -2162,6 +2170,8 @@ Status: *experimental*





Default Value: true
_(For multipolygons only polygon with largest bbox area is labeled (does not apply to other geometries).)_

Expand Down
10 changes: 10 additions & 0 deletions docs/3.0.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ Status: *unstable*





Default Value: 0
_(Will not be offset.)_

Expand Down Expand Up @@ -568,6 +570,8 @@ A special setting to allow the user to control rendering behavior for 'multi-geo

##### marker-type `keyword`
Status: *deprecated*


`arrow` `ellipse`


Expand Down Expand Up @@ -1733,6 +1737,8 @@ Status: *unstable*





Default Value: false
_(Character will be removed when used to wrap a line.)_

Expand Down Expand Up @@ -1942,6 +1948,8 @@ Status: *deprecated*





Default Value: 0
_(Labels with the same text will be rendered without restriction.)_

Expand Down Expand Up @@ -2162,6 +2170,8 @@ Status: *experimental*





Default Value: true
_(For multipolygons only polygon with largest bbox area is labeled (does not apply to other geometries).)_

Expand Down
10 changes: 10 additions & 0 deletions docs/3.0.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ Status: *unstable*





Default Value: 0
_(Will not be offset.)_

Expand Down Expand Up @@ -568,6 +570,8 @@ A special setting to allow the user to control rendering behavior for 'multi-geo

##### marker-type `keyword`
Status: *deprecated*


`arrow` `ellipse`


Expand Down Expand Up @@ -1733,6 +1737,8 @@ Status: *unstable*





Default Value: false
_(Character will be removed when used to wrap a line.)_

Expand Down Expand Up @@ -1942,6 +1948,8 @@ Status: *deprecated*





Default Value: 0
_(Labels with the same text will be rendered without restriction.)_

Expand Down Expand Up @@ -2162,6 +2170,8 @@ Status: *experimental*





Default Value: true
_(For multipolygons only polygon with largest bbox area is labeled (does not apply to other geometries).)_

Expand Down
10 changes: 10 additions & 0 deletions docs/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ Status: *unstable*





Default Value: 0
_(Will not be offset.)_

Expand Down Expand Up @@ -568,6 +570,8 @@ A special setting to allow the user to control rendering behavior for 'multi-geo

##### marker-type `keyword`
Status: *deprecated*


`arrow` `ellipse`


Expand Down Expand Up @@ -1733,6 +1737,8 @@ Status: *unstable*





Default Value: false
_(Character will be removed when used to wrap a line.)_

Expand Down Expand Up @@ -1942,6 +1948,8 @@ Status: *deprecated*





Default Value: 0
_(Labels with the same text will be rendered without restriction.)_

Expand Down Expand Up @@ -2162,6 +2170,8 @@ Status: *experimental*





Default Value: true
_(For multipolygons only polygon with largest bbox area is labeled (does not apply to other geometries).)_

Expand Down

0 comments on commit 5073b9a

Please sign in to comment.