Commit Graph

42 Commits

Author SHA1 Message Date
Usha Mandya
8d600ba5be Update the issue template (#13870)
* Update the issue template

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Apply suggestions from code review

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-11-22 15:07:24 +00:00
Stefan Scherer
0d2c7a2f53 Check if site_id is empty and skip delete command
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-11-05 20:58:54 +01:00
Sebastiaan van Stijn
9400eb58e9 gha: split link-check to separate job
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-13 16:33:58 +02:00
Sebastiaan van Stijn
ff69fa25ee linkchecker: temporarily ignore some files and URLs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-13 16:33:56 +02:00
Sebastiaan van Stijn
b77242d465 update linkchecker config and use docker build instead of copy
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-10-13 16:33:54 +02:00
Aidan Feldman
5338b19ef2 copy files to the host for testing with HTMLProofer 2021-10-13 16:33:52 +02:00
Aidan Feldman
f78fca2fba check for broken links
Seeing [a number of issues around broken links in the docs](https://github.com/docker/docker.github.io/issues?q=is%3Aissue+is%3Aopen+broken+link); this should help avoid the issue.
2021-10-13 16:33:51 +02:00
Stefan Scherer
580ba60a3e Use go 1.15
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-03 13:36:58 +01:00
Stefan Scherer
149b7e6ea6 Use ubuntu-18.04
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
2021-03-01 19:39:50 +01:00
Sebastiaan van Stijn
2ce808edc0 Remove references to obsolete engine versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-26 15:45:07 +01:00
Sebastiaan van Stijn
5a1ae8310f Separate "development" and "production" configurations
This patch updates the default configuration to match a "development"
situation, and introduces build-options to produce a "production"
build.

By default (dev environment):

- Google Analytics / GTM and PollDaddy are disabled
- SASS builds non-minified stylesheets (for easier readabililty)
- Excludes "enterprise" stubs

Building a "production" build locally is still possible by overriding
the `JEKYLL_ENV` build-arg;

    JEKYLL_ENV=production docker-compose  up --build

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-22 15:41:15 +02:00
Sebastiaan van Stijn
dbd88b7395 use jekyll configuration for edit urls
The existing implementation was broken, and didn't override
the URLs (due to leading, trailing slashes the paths were not
matched).

Instead of using the custom "not_edited_here.yaml", set the
edit-url as front-matter variable through the _config.yml

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-06 23:10:28 +02:00
Sebastiaan van Stijn
48bfa8f342 GH Actions: disable archives on builds
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-24 13:25:57 +02:00
Stefan Scherer
57dcafed31 Add GitHub action to upload S3 website configuration
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-04-09 10:57:56 +02:00
Stefan Scherer
7d2c555964 Send Slack notification after publish
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-04-02 18:04:16 +02:00
Stefan Scherer
b5b4a9fa71 Add name to GH Actions workflow
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-24 10:23:53 +01:00
Usha Mandya
a532675821 Merge pull request #10496 from StefanScherer/disable-netlify
ci: Disable netlify-deploy for now
2020-03-20 13:56:35 +00:00
Stefan Scherer
ef6a67aad9 Disable netlify-deploy for now
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-20 14:32:07 +01:00
Stefan Scherer
759683a573 Upload published site to S3
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-20 14:08:20 +01:00
Stefan Scherer
41adebaa92 Deploy docs-stage to S3 instead of swarm
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-19 20:25:06 +01:00
Stefan Scherer
e26be9456c Upload docs only in upstream repo
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-13 14:44:05 +01:00
Stefan Scherer
6f31cb331c Simplify build, invalidate cache after upload
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-03-12 16:06:55 +01:00
Jérémie Drouet
3b635b1996 ci: copy static files to s3 on master build
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-12 15:52:22 +01:00
Jérémie Drouet
f2e1c94e9e ci: fork shouldn't trigger deploy
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-06 11:03:50 +01:00
Jérémie Drouet
22a6ee2479 ci: clean netlify when PR get closed or merged
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-04 09:04:57 +01:00
Jérémie Drouet
802c071377 ci: deploy static to netlify
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-03-03 14:33:46 +01:00
Jérémie Drouet
41495fe4d1 ci: ensure project can be built for each PR
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
2020-02-28 09:01:33 +01:00
mueller-ma
058fab0085 Rename .github/CONTRIBUTING.md to CONTRIBUTING.md (#1416)
So it matches the link in .github/PULL_REQUEST_TEMPLATE.md and is easier to find. It now has the same path like in docker/docker
2017-02-18 13:02:14 -08:00
snesneros
4e007daa92 Update PULL_REQUEST_TEMPLATE.md (#1106)
Change 'left' to 'right' (because that's where the referenced information is located.
2017-01-12 18:56:55 -08:00
Michal Guerquin
6e75fbeb61 Update PULL_REQUEST_TEMPLATE.md 2016-12-15 23:40:39 -08:00
Misty Stanley-Jones
aa5b1f4be7 Improvements to PR and Issue templates 2016-12-09 14:29:05 -08:00
Misty Stanley-Jones
9f15e72e5a Add info about Netlify, convert .NOT_EDITED_HERE to YAML, other improvements (#485)
* Add info about Netlify, convert .NOT_EDITED_HERE to YAML, other misc improvements

Signed-off-by: Misty Stanley-Jones <misty@docker.com>

* Move YAML file, symlink it in the root

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-11-08 13:24:39 -08:00
LRubin
3add12f17d Update ISSUE_TEMPLATE.md
grammar rewords/simplifications and a typo
2016-10-21 13:51:36 -07:00
Misty Stanley-Jones
ec7a9e0e24 Shorten the templates a bit
Signed-off-by: Misty Stanley-Jones <misty@docker.com>
2016-10-21 10:42:46 -07:00
Misty Stanley-Jones
9d619ddbe1 Merge pull request #209 from mstanleyjones/not_edited_here
Add manifest of files maintained elsewhere
2016-10-14 12:07:25 -07:00
Misty Stanley-Jones
384335a46e Add manifest of files maintained elsewhere
The plan is for this file to be used by a CI process which
will fail a PR if it includes changes to any of these files.
2016-10-14 12:06:42 -07:00
Misty Stanley-Jones
99fc726f7d Fix checklist rendering in ISSUE_TEMPLATE 2016-10-14 09:05:23 -07:00
Misty Stanley-Jones
62fb1dec89 Add github templates
One template for issues, one for pull requests,
and a CONTRIBUTING.md with some of the same
info as the README
2016-10-13 12:07:28 -07:00
Misty Stanley-Jones
3165f14c78 Initial import of https://github.com/docker/pinata 2016-09-29 12:11:03 -07:00
Sebastiaan van Stijn
eb59238d17 pull-request template: ask for changelog description
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-04-26 12:26:14 +02:00
Tibor Vass
8d9396c5f9 Improve github templates
Add more contrast and change `you` to `I` in pull requests template.

Signed-off-by: Tibor Vass <tibor@docker.com>
2016-03-10 18:42:44 -05:00
David Calavera
9cac2716f7 Add tempates for new issues and pull requests.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-02-22 14:59:50 -05:00