Skip to content

Commit

Permalink
fix indenting
Browse files Browse the repository at this point in the history
  • Loading branch information
briang123 committed Aug 9, 2023
1 parent 6c07ce8 commit 0340df3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/pages/en/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ lang: en

This toolkit can be broken into three models: Core, CLI, and Plugins.

### Core
## Core

The core SDK contains utility functions, executors, and a template. Utility functions are foundational functions that executors and more complex functions are built upon to manipulate or generate native code.

### CLI
## CLI

The CLI SDK is a command line interface that listens for options that conditionally run executors.

> Executors are complex functions that are executed at different native-specific lifecycles.
### Plugins
## Plugins

Plugins are published or local native-specific scripts (e.g., iOS and/or Android) that manipulate or generate native code for a specific third-party SDK. These plugins are run generically based on a priority list captured in the package.json file.

Expand Down

0 comments on commit 0340df3

Please sign in to comment.