Skip to content

Commit

Permalink
Added pretier
Browse files Browse the repository at this point in the history
  • Loading branch information
christad92 committed Aug 26, 2024
1 parent 0916064 commit 2a58bc2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/manage-projects/link-to-gh.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,16 +248,14 @@ workflows:
## Structuring your GitHub Repository
:::warning
This is an Advanced Configuration
:::
:::warning This is an Advanced Configuration :::
When you initiate the connection between OpenFn and your GitHub repository, a
config.json file is automatically created with reference to your project spec
and project state files, and the endpoint of your OpenFn deployment. Users have
the flexibility to edit their config.json files so long it is pointing to the
right project spec, state, and OpenFn endpoint. A standard config file looks like
this:
right project spec, state, and OpenFn endpoint. A standard config file looks
like this:
```json
{
Expand All @@ -278,8 +276,8 @@ project UUID on OpenFn, so you'll see files that look like this:
}
```

There are three common patterns used to structure OpenFn projects inside
git repositories. See them below:
There are three common patterns used to structure OpenFn projects inside git
repositories. See them below:

### Standard

Expand Down

0 comments on commit 2a58bc2

Please sign in to comment.