Commit Graph

13 Commits

Author SHA1 Message Date
David Karlsson 07a053763f compose: use plugin base cmd as cli overview
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-22 15:45:42 +02:00
Allie Sadler abd030c3fe
ENGDOCS-2185 (#20655)
* ENGDOCS-2185

* fix

* silly mistake

* rename getting-started to introduction

* fix

* final fix

* formtatting

* review edits

* review edits

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-20 08:23:29 +01:00
Allie Sadler 52b3d97da7
ENGDOCS-2184 (#20641)
* ENGDOCS-2184

* fix more links

* remove numbers from file names

* final link fix

* this is really the last fix
2024-08-19 11:45:34 +01:00
Esteban Maya f092419ca0
Add FastAPI example for python docs (#20396)
* Add python docker example based on fastapi app

* Add gitignore example in python docs

* ✏️ Fix port mapping in docker init section

* ♻️ Edit refactor to map container ports from 5000-5001 to 8000-8001

* ✏️ Fix some grammatical structures

* 📝 Add some notes about kubernetes stuff
2024-07-24 17:04:36 -07:00
dmitry-bychkov b569ffa27b
Fix FromAsCasing warning
Change FROM python:${PYTHON_VERSION}-slim as base line in Dockerfile content to get rid of warning:
 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 3)

Which shows up on image build.
2024-07-09 17:04:02 +03:00
Craig Osterhout b0f3d7ddeb
freshness: language guides refresh (#20101)
* language guides refresh

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>

* Update content/language/dotnet/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/golang/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/java/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/python/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/r/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

* Update content/language/php/configure-ci-cd.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-05-28 08:20:13 -07:00
David Karlsson f3b44a4476 cli: change reference docs url paths
Moves the reference documentation to a new subpath, from /engine/ to /reference/
2024-02-21 10:25:53 +01:00
Craig Osterhout 28d37919b8
doc-freshness: get-started and lang guides (#19077)
* tier 2 freshness for get started and language guides

---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2024-01-12 07:21:22 -08:00
Craig Osterhout 150a4ba88f
remove run sample app without docker (#18877)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-12-11 10:11:12 -08:00
Craig Osterhout 3d0f7b6626
update docker init reference (#18795)
* update docker init for 4.26

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-12-05 08:23:46 -08:00
David Karlsson 1fdb2e77d4 fix: broken glob path for lint job
Linting was only running on a subset of our Markdown files in `content`.
This change fixes the glob path, and adds appropriate exclude paths.
Because the glob pattern was incorrect before, we had lots of files that
didn't comply with the linting rules. This commit also fixes those
issues.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-04 10:50:02 +01:00
Craig Osterhout 109cb91aaa
fix python guide redirects
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-10-18 16:53:33 -07:00
Craig Osterhout ccecb1c3f1
get-started: update python guide (#18404)
* update python guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-10-18 15:05:56 -07:00