refactor: Move document state help to /doc#7206
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7206 +/- ##
==========================================
- Coverage 88.98% 88.94% -0.05%
==========================================
Files 291 291
Lines 40717 41062 +345
==========================================
+ Hits 36233 36522 +289
- Misses 4484 4540 +56 ☔ View full report in Codecov by Sentry. |
rjsparks
left a comment
There was a problem hiding this comment.
Jim - this is great and gets most of the way there, but we need to touch a few things before bringing this into main.
|
Also noticed that doc/help/state/draft-iana/ now returns a 404. /help/state/draft/iana/ didn't produce a very useful page before, but at least it didn't generate a 404. |
Interesting catch - (edit): It is a StateType, but shouldn't be - the StateType is unused. I'll track removing that StateType object separately. |
|
I've deleted the unused StateType in production using the admin. |
No description provided.