Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds overview, closes #2185
  • Loading branch information
JJ committed Aug 16, 2018
1 parent 612f995 commit 3e340e7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions util/manage-page-order.p6
Expand Up @@ -4,6 +4,15 @@
# top level of the doc repo and all files are referenced
# relative to it.

=begin overview
Manage page order in the generated documents,
so that documents appear just the way we want them. Uses source files
and POD metadata to generate new files,
which are the ones actually used as source for the stuff.
=end overview

# pod6 source directory of interest for auto-gen handling:
my $lang-dir = 'doc/Language';
# pod6 source d#irectory
Expand Down

1 comment on commit 3e340e7

@tbrowder
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @JJ!

Please sign in to comment.