Merge pull request #34 from hasheddan/grandrename

Update go mod and refs with crossplane org name
This commit is contained in:
Nic Cope 2020-02-18 19:58:28 -08:00 committed by GitHub
commit c907dc8d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

@ -15,7 +15,7 @@ run_docs_local: local_docs_dir _data/versions.json
-p 4000:4000 -p 4001:4001 \
-v="$(PWD)/vendor/bundle:/usr/local/bundle" \
-v "$(PWD):/srv/jekyll" \
-v "$(GOPATH)/src/github.com/crossplaneio/crossplane/docs:/srv/jekyll/$(LOCAL_DOCS_DIR)" \
-v "$(GOPATH)/src/github.com/crossplane/crossplane/docs:/srv/jekyll/$(LOCAL_DOCS_DIR)" \
jekyll/jekyll -- \
jekyll serve --livereload --livereload-port 4001
rm -d $(LOCAL_DOCS_DIR)
@ -39,7 +39,7 @@ publish: _data/versions.json
git -C "$(ROOT_DIR)" -c user.email="info@crossplane.io" -c user.name="Crossplane" commit --message="docs snapshot for crossplane version \`$(DOCS_VERSION)\`"; \
echo "pushing changes..."; \
git -C "$(ROOT_DIR)" push; \
echo "crossplaneio.github.io changes published"; \
echo "crossplane.github.io changes published"; \
fi
# Generate versions.json

View File

@ -15,7 +15,7 @@ make run
Open http://localhost:4000 in your browser.
## To run locally with local crossplane docs
Ensure `$(GOPATH)/src/github.com/crossplaneio/crossplane/docs` is present.
Ensure `$(GOPATH)/src/github.com/crossplane/crossplane/docs` is present.
```
brew install npm

View File

@ -28,7 +28,7 @@ defaults:
path: "docs"
values:
layout: "docs"
github: "https://github.com/crossplaneio/crossplane/blob/master/docs/"
github: "https://github.com/crossplane/crossplane/blob/master/docs/"
sass:
sass_dir: ./_scss

View File

@ -1,9 +1,9 @@
{% assign slackLink = "https://slack.crossplane.io/" %}
{% assign githubLink = "https://github.com/crossplaneio/crossplane" %}
{% assign githubLink = "https://github.com/crossplane/crossplane" %}
{% assign twitterLink = "https://twitter.com/crossplane_io" %}
{% assign forumLink = "https://groups.google.com/forum/#!forum/crossplane-dev" %}
{% assign youtubeLink = "https://www.youtube.com/channel/UC19FgzMBMqBro361HbE46Fw" %}
{% assign podcastLink = "https://www.youtube.com/playlist?list=PL510POnNVaaYFuK-B_SIUrpIonCtLVOzT" %}
{% assign blogLink = "https://blog.crossplane.io/" %}
{% assign communityMeetingLink = "https://github.com/crossplaneio/crossplane/#community-meeting" %}
{% assign communityMeetingLink = "https://github.com/crossplane/crossplane/#community-meeting" %}
{% assign latestDocs = site.data.versions[0].path | append: '/' | relative_url %}