You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,11 @@ Nomad is a simple and flexible workload orchestrator to deploy and manage contai
13
13
14
14
Nomad is supported on Linux, Windows, and macOS. A commercial version of Nomad, [Nomad Enterprise](https://developer.hashicorp.com/nomad/docs/enterprise), is also available.
See [Developer: Getting Started](https://developer.hashicorp.com/nomad/tutorials/get-started) for instructions on setting up a local Nomad cluster for non-production use.
41
+
Refer to the [Getting Started tutorials](https://developer.hashicorp.com/nomad/tutorials/get-started) for instructions on setting up a local Nomad cluster for non-production use.
39
42
40
43
Optionally, find Terraform manifests for bringing up a development Nomad cluster on a public cloud in the [`terraform`](terraform/) directory.
41
44
42
45
#### Production
43
-
See [Developer: Nomad Reference Architecture](https://developer.hashicorp.com/nomad/tutorials/enterprise/production-reference-architecture-vm-with-consul) for recommended practices and a reference architecture for production deployments.
46
+
Refer to [Production reference architecture](https://developer.hashicorp.com/nomad/docs/deploy/production/reference-architecture) for recommended practices and a reference architecture for production deployments.
44
47
45
-
Documentation
46
-
---
47
-
Full, comprehensive documentation is available on the Nomad website: https://developer.hashicorp.com/nomad/docs
48
+
#### Documentation
48
49
49
-
Guides are available on [HashiCorp Developer](https://developer.hashicorp.com/nomad/tutorials).
50
+
Nomad product documentation is stored in the [`web-unified-docs` repo](https://github.com/hashicorp/web-unified-docs/).
50
51
51
-
Roadmap
52
-
---
52
+
#### Roadmap
53
53
54
54
A timeline of major features expected for the next release or two can be found in the [Public Roadmap](https://github.com/orgs/hashicorp/projects/202/views/1).
55
55
56
56
This roadmap is a best guess at any given point, and both release dates and projects in each release are subject to change. Do not take any of these items as commitments, especially ones later than one major release away.
57
57
58
-
Contributing
59
-
--------------------
58
+
#### Contributing
59
+
60
60
See the [`contributing`](contributing/) directory for more developer documentation.
0 commit comments