Skip to content

Commit 21754ee

Browse files
jasonplattsgitbook-bot
authored andcommitted
GitBook: [#8] Expanded the overview pages and added Guides and API sections.
1 parent 4aafc4a commit 21754ee

File tree

7 files changed

+21
-3
lines changed

7 files changed

+21
-3
lines changed

.gitbook/assets/twitter-cover.jpg

875 KB
Loading

.gitbook/assets/twitter-cover.png

543 KB
Loading

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
description: >-
33
CodeEdit is designed to provide a modern, native and highly extensible
44
development environment on the Mac.
5-
coverY: 0
5+
cover: .gitbook/assets/twitter-cover.png
6+
coverY: 150.05223251895535
67
layout: landing
78
---
89

@@ -12,6 +13,8 @@ layout: landing
1213

1314
CodeEdit supports core languages and markup out-of-the-box, including HTML, JavaScript, and Markdown. Its user interface was designed to give developers a familiar and consistent Mac-like experience.
1415

15-
Understandably, most developers will need support for other languages, require additional features, and have unique preferences. To meet these needs, CodeEdit provides a robust JavaScript and React extension API.
16+
Understandably, most developers will need support for other languages, require additional features, and have unique preferences. To meet these needs CodeEdit provides a robust JavaScript and React extension API.
1617

17-
If you are new to extension development or would like to become familiar with creating extensions for CodeEdit, we highly recommend following our Getting Started guide that will walk you through building a basic extension and publishing it. If you run into problems along the way, please reach out to our dedicated extension community on [Discord](https://discord.gg/vChUXVf9Em).
18+
If you are new to extension development or would like to become familiar with the basics of creating and publishing extensions for CodeEdit, we highly recommend reading our [Getting Started](getting-started.md) page. To learn more about building different specific types of extensions, see the [Guides](broken-reference) section. For those wanting to jump right in and browse the exposed functionality, visit the [API](broken-reference) section.  
19+
20+
If you run into problems along the way, please reach out to our dedicated extension community on [Discord](https://discord.gg/vChUXVf9Em).

SUMMARY.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Table of contents
22

33
* [CodeEdit Extension API](README.md)
4+
* [Getting Started](getting-started.md)
5+
6+
## Guides
7+
8+
* [Page 1](guides/page-1.md)
9+
10+
## API
11+
12+
* [Page 2](api/page-2.md)

api/page-2.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Page 2
2+

getting-started.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Getting Started
2+

guides/page-1.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Page 1
2+

0 commit comments

Comments
 (0)