This repository has been archived by the owner on Sep 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from savetheclocktower/apd-refactor
Refactor
- Loading branch information
Showing
123 changed files
with
23,251 additions
and
13,491 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
.DS_Store | ||
node_modules | ||
_dist | ||
hovercard_list.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"indexTitle": "", | ||
"sidebar": [ | ||
{ | ||
"text": "Pulsar API", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 28 additions & 27 deletions
55
docs/core-packages-and-features/core-packages-and-features.11tydata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,55 @@ | ||
{ | ||
"indexTitle": "Core Packages & Features", | ||
"sidebar": [ | ||
{ | ||
"text": "Find and Replace", | ||
"link": "find-and-replace", | ||
"summary": "Find and replace text" | ||
"link": "/core-packages-and-features/find-and-replace", | ||
"summary": "Find and replace within buffers and across the project." | ||
}, | ||
{ | ||
"text": "Snippets", | ||
"link": "snippets", | ||
"summary": "Expand text" | ||
"link": "/core-packages-and-features/snippets", | ||
"summary": "Expand text via special prefixes or via the autocomplete menu." | ||
}, | ||
{ | ||
"text": "Autocomplete", | ||
"link": "autocomplete", | ||
"summary": "Work with suggested autocompletions as you type" | ||
"link": "/core-packages-and-features/autocomplete", | ||
"summary": "Work with suggested autocompletions as you type." | ||
}, | ||
{ | ||
"text": "Folding", | ||
"link": "folding", | ||
"summary": "Collapse text in a file" | ||
"text": "Version Control in Pulsar", | ||
"link": "/core-packages-and-features/version-control-in-pulsar", | ||
"summary": "Keep a history of your files’ changes." | ||
}, | ||
{ | ||
"text": "Panes", | ||
"link": "panes", | ||
"summary": "Understand the layout within Pulsar" | ||
"text": "GitHub Package", | ||
"link": "/core-packages-and-features/github-package", | ||
"summary": "Integrate with GitHub from within Pulsar." | ||
}, | ||
{ | ||
"text": "Grammar", | ||
"link": "grammar", | ||
"summary": "Learn how text receives Syntax Highlighting" | ||
"text": "Spell Check", | ||
"link": "/core-packages-and-features/spell-check", | ||
"summary": "Fix misspellings in your text." | ||
}, | ||
{ | ||
"text": "Version Control in Pulsar", | ||
"link": "version-control-in-pulsar", | ||
"summary": "Keep a history of your files changes" | ||
"text": "Previews", | ||
"link": "/core-packages-and-features/previews", | ||
"summary": "See what your prose files look like rendered." | ||
}, | ||
{ | ||
"text": "GitHub Package", | ||
"link": "github-package", | ||
"summary": "Integrate directly within GitHub" | ||
"text": "Folding", | ||
"link": "/core-packages-and-features/folding", | ||
"summary": "Collapse text in a file." | ||
}, | ||
{ | ||
"text": "Spell Check", | ||
"link": "spell-check", | ||
"summary": "Fix mis-spellings in your text" | ||
"text": "Panes", | ||
"link": "/core-packages-and-features/panes", | ||
"summary": "Understand how items are arranged in the Pulsar workspace." | ||
}, | ||
{ | ||
"text": "Previews", | ||
"link": "previews", | ||
"summary": "See what your prose files look like rendered" | ||
"text": "Grammars", | ||
"link": "/core-packages-and-features/grammar", | ||
"summary": "Learn how text receives syntax highlighting." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.