diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index a92399f..94fd54d 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -33,6 +33,9 @@ jobs: - name: Generate JSDoc run: npm run generate-docs + - name: Copy assets + run: cp -r assets docs + - name: Setup Pages uses: actions/configure-pages@v5 diff --git a/README.md b/README.md index 68adf4f..c3a9123 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ dev.write(pkt); ## Documentation -Coming soon. +[Here :)](https://vaguue.github.io/over-the-wire) ## Questions or Suggestions Feel free to open any issue in the Issues section of this repository. Currently, there are no restrictions on the format.