mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
Use JSON frontmatter
This commit is contained in:
parent
0999dc6d44
commit
90da89d31c
@ -1,3 +1,7 @@
|
||||
{{{
|
||||
"title": "Configuring Atom"
|
||||
}}}
|
||||
|
||||
# Configuration Settings
|
||||
|
||||
## Your .atom Directory
|
||||
|
@ -1,3 +1,7 @@
|
||||
{{{
|
||||
"title": "Getting Started"
|
||||
}}}
|
||||
|
||||
# Getting Started
|
||||
|
||||
Welcome to Atom. This documentation provides a basic introduction to being
|
||||
|
@ -1,3 +1,7 @@
|
||||
{{{
|
||||
"title": "Guides"
|
||||
}}}
|
||||
|
||||
## Atom Guides
|
||||
|
||||
* [Getting Started](getting-started.html)
|
||||
@ -9,7 +13,7 @@
|
||||
* [Wrap Guide](built-in-packages/wrap-guide.html)
|
||||
* Packages
|
||||
* [Authoring Packages](packages/authoring-packages.html)
|
||||
* [Creating a Package](packages/creating_a_package.html)
|
||||
* [Creating Packages](packages/creating_a_package.html)
|
||||
* [Included Libraries](packages/included_libraries.html)
|
||||
* [package.json](packages/package_json.html)
|
||||
* Themes
|
||||
|
@ -1,3 +1,7 @@
|
||||
{{{
|
||||
"title": "Authoring Packages"
|
||||
}}}
|
||||
|
||||
# Authoring Packages
|
||||
|
||||
Packages are at the core of Atom. Nearly everything outside of the main editor manipulation
|
||||
|
@ -1,3 +1,7 @@
|
||||
{{{
|
||||
"title": "Creating Packages"
|
||||
}}}
|
||||
|
||||
# Creating Packages
|
||||
|
||||
Let's take a look at creating our first package.
|
||||
|
@ -1,3 +1,7 @@
|
||||
{{{
|
||||
"title": "Creating Packages"
|
||||
}}}
|
||||
|
||||
# Included Libraries
|
||||
|
||||
In addition to core node.js modules, all packages can `require` the following popular
|
||||
|
@ -1,3 +1,7 @@
|
||||
{{{
|
||||
"title": "Creating Packages"
|
||||
}}}
|
||||
|
||||
# package.json format
|
||||
|
||||
The following keys are available to your package's _package.json_ manifest file:
|
||||
|
@ -12,7 +12,7 @@
|
||||
<script src="../../assets/js/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<title>Atom Documentation</title>
|
||||
<title>Atom - <%= title %></title>
|
||||
<style>
|
||||
/*github.com style (c) Vasily Polovnyov <vast@whiteants.net>*/
|
||||
pre code {
|
||||
|
4
docs/themes/authoring-themes.md
vendored
4
docs/themes/authoring-themes.md
vendored
@ -1,3 +1,7 @@
|
||||
{{{
|
||||
"title": "Authoring Themes"
|
||||
}}}
|
||||
|
||||
# Authoring Themes
|
||||
|
||||
If you understand CSS, you can write an Atom theme easily. Your theme can style
|
||||
|
Loading…
Reference in New Issue
Block a user