Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjusting documentation.
  • Loading branch information
felixfontein committed Jan 7, 2018
1 parent d85cfa0 commit 9663a8a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion v8/hierarchical_pages/README.md
Expand Up @@ -47,4 +47,4 @@ If you use plain Nikola instead, the URLs would be:
* `https://example.com/de/about/team/nikola-tesla/`
* `https://example.com/de/about/team/roberto-alsina/`

Note that this plugin requires Nikola 7.8.2 or newer.
Note that this plugin requires Nikola 8 or newer.
12 changes: 0 additions & 12 deletions v8/hierarchical_pages/conf.py.sample
Expand Up @@ -8,15 +8,3 @@ HIERARCHICAL_PAGES = (
("pages/*.txt", "", "story.tmpl"),
("pages/*.html", "", "story.tmpl"),
)

# Warning: if you use Nikola before v7.8.5, all wildcards
# for compilers used in HIERARCHICAL_PAGES must be listed
# in PAGES or POSTS (or both) as well!
# (See https://github.com/getnikola/nikola/issues/2496)
# This can be achieved as follows in the above example:
#
# PAGES = (
# ("does_not_exist/*.rst", "", "story.tmpl"),
# ("does_not_exist/*.txt", "", "story.tmpl"),
# ("does_not_exist/*.html", "", "story.tmpl"),
# )

0 comments on commit 9663a8a

Please sign in to comment.