Skip to content

Commit

Permalink
Link to production and clean up community links.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshualyon committed Apr 29, 2021
1 parent 2e5df1f commit 6e2097c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions content/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ customFeatures:
linkText: Read More
linkTarget: _self
- title: Need Help?
details: Post questions in the developer community and get help from fellow developers. SharpTools staff can be found in the community too!
linkUrl: https://community.sharptools.io/c/sharptools-web/developers/
details: Post questions in the community and get help from fellow developers. SharpTools staff can be found in the community too!
linkUrl: https://community.sharptools.io
linkText: Visit Community
linkTarget: _blank
- title: Looking for Inspiration?
details: Check out existing work shared by community developers and draw inspiration. Don't forget to share and show off your work too!
linkUrl: https://community.sharptools.io/c/sharptools-web/developers/
linkUrl: https://community.sharptools.io/c/community-projects/14
linkText: Community Projects
linkTarget: _blank
---
Expand Down
2 changes: 1 addition & 1 deletion content/developer-tools/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Get started with Developer Tools

## Access Developer Tools
Developer Tools can be found in the drop down list of your SharpTools.io User Menu:
The [Developer Tools](https://sharptools.io/developer) can be found in the drop down list of your SharpTools.io User Menu:

<img src="./assets/access_developer_tools.png" alt="Access Developer Tool" class="zoomable-image" />

Expand Down
6 changes: 5 additions & 1 deletion content/developer-tools/custom-tiles/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can 'import' a Custom Tile by either manually copying in the HTML code or us

**Import URL Format**
```
/developer/custom-tiles/import/?url={{URL_TO_RAW_SOURCE_HTML}}
https://sharptools.io/developer/custom-tiles/import/?url={{URL_TO_RAW_SOURCE_HTML}}
```

::: warning
Expand All @@ -51,4 +51,8 @@ comfortable with the implementation details. SharpTools does not review and is n
shared by other developers.
:::

Looking for some inspiration? Check out the sample tiles we've put together:

::: tip EXAMPLES
[Community Post: Sample Custom Tiles](https://community.sharptools.io/t/custom-tiles-third-party-integrations/6591/2)
:::

0 comments on commit 6e2097c

Please sign in to comment.