Skip to content

Instantly share code, notes, and snippets.

@mojavelinux
Created March 27, 2016 08:47
Show Gist options
  • Save mojavelinux/ec59658e0811543f37c1 to your computer and use it in GitHub Desktop.
Save mojavelinux/ec59658e0811543f37c1 to your computer and use it in GitHub Desktop.
Index file for generating a PDF for the Atom Flight Manual
= Atom Flight Manual
:source-highlighter: rouge
:toc:
:imagesdir: getting-started/sections/images
include::getting-started/index.asciidoc[lines=4..-1]
include::getting-started/sections/why-atom.asciidoc[lines=4..-1]
include::getting-started/sections/installing-atom.asciidoc[lines=4..-1]
include::getting-started/sections/atom-basics.asciidoc[lines=4..-1]
include::getting-started/sections/summary.asciidoc[lines=4..-1]
:imagesdir: using-atom/sections/images
include::using-atom/index.asciidoc[lines=4..-1]
include::using-atom/sections/atom-packages.asciidoc[lines=4..-1]
include::using-atom/sections/moving-in-atom.asciidoc[lines=4..-1]
include::using-atom/sections/atom-selections.asciidoc[lines=4..-1]
include::using-atom/sections/editing-and-deleting-text.asciidoc[lines=4..-1]
include::using-atom/sections/find-and-replace.asciidoc[lines=4..-1]
include::using-atom/sections/snippets.asciidoc[lines=4..-1]
include::using-atom/sections/autocomplete.asciidoc[lines=4..-1]
include::using-atom/sections/folding.asciidoc[lines=4..-1]
include::using-atom/sections/panes.asciidoc[lines=4..-1]
include::using-atom/sections/grammar.asciidoc[lines=4..-1]
include::using-atom/sections/version-control-in-atom.asciidoc[lines=4..-1]
include::using-atom/sections/basic-customization.asciidoc[lines=4..-1]
include::using-atom/sections/summary.asciidoc[lines=4..-1]
:imagesdir: hacking-atom/sections/images
include::hacking-atom/index.asciidoc[lines=4..-1]
include::hacking-atom/sections/tools-of-the-trade.asciidoc[lines=4..-1]
include::hacking-atom/sections/the-init-file.asciidoc[lines=4..-1]
include::hacking-atom/sections/package-word-count.asciidoc[lines=4..-1]
include::hacking-atom/sections/package-modifying-text.asciidoc[lines=4..-1]
include::hacking-atom/sections/creating-a-theme.asciidoc[lines=4..-1]
include::hacking-atom/sections/iconography.asciidoc[lines=4..-1]
include::hacking-atom/sections/debugging.asciidoc[lines=4..-1]
include::hacking-atom/sections/writing-specs.asciidoc[lines=4..-1]
include::hacking-atom/sections/converting-from-textmate.asciidoc[lines=4..-1]
include::hacking-atom/sections/summary.asciidoc[lines=4..-1]
:imagesdir: behind-atom/sections/images
include::behind-atom/index.asciidoc[lines=4..-1]
include::behind-atom/sections/configuration-api.asciidoc[lines=4..-1]
include::behind-atom/sections/keymaps-in-depth.asciidoc[lines=4..-1]
include::behind-atom/sections/scoped-settings-scopes-and-scope-descriptors.asciidoc[lines=4..-1]
include::behind-atom/sections/serialization-in-atom.asciidoc[lines=4..-1]
include::behind-atom/sections/developing-node-modules.asciidoc[lines=4..-1]
include::behind-atom/sections/interacting-with-other-packages-via-services.asciidoc[lines=4..-1]
include::behind-atom/sections/maintaining-your-packages.asciidoc[lines=4..-1]
include::behind-atom/sections/summary.asciidoc[lines=4..-1]
:imagesdir: upgrading-to-1-0-apis/sections/images
include::upgrading-to-1-0-apis/index.asciidoc[lines=4..-1]
include::upgrading-to-1-0-apis/sections/upgrading-your-package.asciidoc[lines=4..-1]
include::upgrading-to-1-0-apis/sections/upgrading-your-ui-theme-or-package-selectors.asciidoc[lines=4..-1]
include::upgrading-to-1-0-apis/sections/upgrading-your-syntax-theme.asciidoc[lines=4..-1]
@ziwer1
Copy link

ziwer1 commented May 27, 2016

How does this work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment