diff --git a/Makefile b/Makefile index f929b72a43..8dceb3540b 100644 --- a/Makefile +++ b/Makefile @@ -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 - diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 3ad3c27fa4..250d3d4b20 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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: