We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a3cf0 commit e722793Copy full SHA for e722793
.github/workflows/link-pr.yml
@@ -18,6 +18,13 @@ jobs:
18
run: |
19
sed -i 's|https://docs.devstream.io|http://localhost|g' mkdocs.yml
20
21
+ # disable "edit this page" link
22
+ # see https://github.com/devstream-io/devstream/issues/1386 for more details
23
+ - name: Disable Edit This Page
24
+ run: |
25
+ # edit_uri: edit/main/docs -> edit_uri: ""
26
+ sed -i 's|edit_uri: edit/main/docs|edit_uri: ""|g' mkdocs.yml
27
+
28
- name: Set up Python
29
uses: actions/setup-python@v4
30
with:
0 commit comments