NativeScript / NativeScript/docs
403 error when proposing changes to docs via stackblitz
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 17
- Forks
- 31
- Avg merge
- 8h 51m
- Merged PRs (30d)
- 2
Description
Repro:
- From https://docs.nativescript.org/project-structure/src/fonts click on "Edit this page" (brings you to https://stackblitz.com/~/github.com/NativeScript/docs/edit/main/content/project-structure/src/fonts.md?initialPath=%2Fproject-structure%2Fsrc%2Ffonts)
- Edit doc. Ex: I'm trying to add this section (remove the leading
\on codeblock)
::: warning Note Material icons users
Material icons uses [Ligatures](https://developer.mozilla.org/en-US/docs/Glossary/Ligature) instead of char codes.
\```xml
<Label class="mat-icon-filled" text="person" />
\```
:::
- Hit "Propose changes" button, then "Fork & Commit changes"
- View error in browser console:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the flow from the project-structure/src/fonts.md page through StackBlitz, using the documented edit, Propose changes, and Fork & Commit changes steps. Inspect the browser console when the request fails with 403; done means a documentation change can be proposed and committed without that error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100