Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move doc files into resources and fix README links #1318

Merged
merged 3 commits into from Nov 7, 2022
Merged

Conversation

DeLaGuardo
Copy link
Contributor

@DeLaGuardo DeLaGuardo commented Nov 7, 2022

Related to https://github.com/advthreat/iroh/issues/7273

Move documentation-related files into the resource folder so they wouldn't conflict with dependencies.

§ QA

No QA is needed.

§ Release Notes

public: changed directory structure `/doc` moved to `/resources/ctia/doc`

§ Squashed Commits

Copy link
Contributor

@msprunck msprunck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

(assoc :body body)
(response/content-type "text/html")
(response/charset "UTF-8")
(response/update-header "Content-Length" (constantly (str body-length))))))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
(response/update-header "Content-Length" (constantly (str body-length))))))
(response/header "Content-Length" (str body-length)))))

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! No idea how I oversee header :) It's even stringifying the content automatically

@DeLaGuardo DeLaGuardo self-assigned this Nov 7, 2022
@DeLaGuardo DeLaGuardo merged commit 214f29d into master Nov 7, 2022
@DeLaGuardo DeLaGuardo deleted the fix-doc-links branch November 7, 2022 11:38
NeelSaini pushed a commit that referenced this pull request Nov 7, 2022
> Related to advthreat/iroh#7273

Move documentation-related files into the resource folder so they wouldn't conflict with dependencies.

<a name="qa">[§](#qa)</a> QA
============================

No QA is needed.

<a name="release-notes">[§](#release-notes)</a> Release Notes
=============================================================

```
public: changed directory structure `/doc` moved to `/resources/ctia/doc`
```

<a name="squashed-commits">[§](#squashed-commits)</a> Squashed Commits
======================================================================

* Move doc files into resources and fix README links

* Render markdown files for documentation routes

* Fix after review
@NeelSaini
Copy link

Cherry Picked on TEST in rel v1.109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants