Skip to content

Commit

Permalink
Chore/fixing root page and nav dev portal (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolzhabayev authored Aug 11, 2023
1 parent 83e913e commit 98dbd34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-developer-portal-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Install dependencies
run: yarn install --immutable --prefer-offline

#mac: sed -i '' 's/title: Data Plane Contract - Technical Specification/title: Data Plane Contract - Technical Specification\nslug:\ \//g' ./docs/contract/contract.md
#linux: sed -i 's/title: Data Plane Contract - Technical Specification/title: Data Plane Contract - Technical Specification\nslug:\ \//g' ./docs/contract/contract.md
#mac: sed -i '' '1s/^/---\nslug: \/\n---\n/' ./docs/contract/contract.md
#linux: sed -i '1s/^/---\nslug: \/\n---\n/' ./docs/contract/contract.md
- name: Make docs the homepage of this subsite
run: |
rm -f ./docusaurus/website/src/pages/index.tsx
sed -i 's/title: Data Plane Contract - Technical Specification/title: Data Plane Contract - Technical Specification\nslug:\ \//g' ./docs/contract/contract.md
sed -i '1s/^/---\nslug: \/\n---\n/' ./docs/contract/contract.md
- name: Build documentation website
run: yarn docs:build:devportal
Expand Down

0 comments on commit 98dbd34

Please sign in to comment.