Skip to content

Commit

Permalink
Merge pull request #114 from harlem88/fw-docs-1.0
Browse files Browse the repository at this point in the history
Forward port changes from release-1.0
  • Loading branch information
bettio authored Mar 21, 2023
2 parents ddcc5bd + b87528d commit e7c7496
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: doxygen astarte-device-sdk-esp32.doxy
- name: Copy Docs
run: |
export DOCS_DIRNAME="$(echo ${{ github.ref }} | sed 's,refs/heads/,,' | sed 's/master/snapshot/g' | sed 's/release-//g')/device-sdks/esp32"
export DOCS_DIRNAME="device-sdks/esp32/$(echo ${{ github.ref }} | sed 's,refs/heads/,,' | sed 's/master/snapshot/g' | sed 's/release-//g')/api"
rm -rf docs/$DOCS_DIRNAME
mkdir -p docs/$DOCS_DIRNAME
cp -r astarte-device-sdk-esp32/doc/out/html/* docs/$DOCS_DIRNAME/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ receive data.

## Documentation

The generated Doxygen documentation is available on the [Astarte Documentation
website](https://docs.astarte-platform.org/1.0/device-sdks/esp32).
The generated Doxygen documentation is available in the [Astarte Documentation
website](https://docs.astarte-platform.org/device-sdks/esp32/latest/api).

## `esp-idf` version compatibility

Expand Down

0 comments on commit e7c7496

Please sign in to comment.