Skip to content

Commit

Permalink
Remove unnecessary links
Browse files Browse the repository at this point in the history
  • Loading branch information
zoetrope69 authored Jan 14, 2024
1 parent 15f5b05 commit 9387b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/custom-widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ CMS.registerWidget('test', Control, Preview)
init({ config })
```

### [](https://github.com/decaporg/decap-cms-widget-starter#development)Development
### Development

To run a copy of Decap CMS with your widget for development, use the start script:

Expand All @@ -512,7 +512,7 @@ npm start

Your widget source is in the `src` directory, where there are separate files for the `Control` and `Preview` components.

### [](https://github.com/decaporg/decap-cms-widget-starter#production--publishing)Production & Publishing
### Production & Publishing

You'll want to take a few steps before publishing a production built package to npm:

Expand Down

0 comments on commit 9387b6b

Please sign in to comment.