Skip to content

Commit

Permalink
fix: fix edit link (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
RyRy79261 committed Apr 7, 2021
1 parent fcb4159 commit 5089327
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,3 @@ gossamer: clean
## install: install the gossamer binary in $GOPATH/bin
install:
GOBIN=$(GOPATH)/bin go run scripts/ci.go install

build-mkdocs:
docker run --rm -it -v ${PWD}:/docs/docs squidfunk/mkdocs-material build

mkdocs:
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs/docs squidfunk/mkdocs-material

1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ site_description: The Official Documentation for Gossamer | A Go Implementation

repo_name: chainsafe/gossamer
repo_url: https://github.com/ChainSafe/gossamer
edit_uri: edit/development/docs/docs/

# Configuration
markdown_extensions:
Expand Down

0 comments on commit 5089327

Please sign in to comment.