diff options
author | dsinclair <dsinclair@chromium.org> | 2016-04-01 13:54:37 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-01 13:54:37 -0700 |
commit | 23863e4c86a99381c1bd83e76c9055b10a8bf6c4 (patch) | |
tree | f364add71ce3e5947c8a4117318492f1feb8c160 /navbar.md | |
parent | 9f2970caec897c40b91bd010c04dfe1f19d11108 (diff) | |
download | pdfium-23863e4c86a99381c1bd83e76c9055b10a8bf6c4.tar.xz |
Starting to add some documentation.
This CL adds the beginnings of a Geting Started document for PDFium and adds
the navbar.md file to get navigation on the markdown files when rendered by
Gitiles.
Review URL: https://codereview.chromium.org/1840793002
Diffstat (limited to 'navbar.md')
-rw-r--r-- | navbar.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/navbar.md b/navbar.md new file mode 100644 index 0000000000..a7f9307ae7 --- /dev/null +++ b/navbar.md @@ -0,0 +1,13 @@ +<!-- +Copyright 2016 PDFium Authors. All rights reserved. +Use of this source code is governed by a BSD-style license that can be +found in the LICENSE file. +--> + +# PDFium + +* [Home](/README.md) +* [Getting Started](/docs/getting-started.md) +* [V8 Getting Started](/docs/v8-getting-started.md) + +[home]: /README.md |