init
This commit is contained in:
parent
0d674783f6
commit
3cffcc9ee4
18 changed files with 2938 additions and 0 deletions
26
src/profiles/index.rst
Normal file
26
src/profiles/index.rst
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
########
|
||||
Profiles
|
||||
########
|
||||
|
||||
Profiles define how the ABC Pattern maps onto specific IaC tools. Each profile
|
||||
introduces additional rules, conventions, and examples tailored to the target
|
||||
system.
|
||||
|
||||
Profiles use identifiers of the form:
|
||||
|
||||
.. code-block::
|
||||
|
||||
ABC-PROFILE-<PROFILE>-R#
|
||||
|
||||
Current profiles include:
|
||||
|
||||
* imperative, object‑oriented implementations
|
||||
* declarative module‑based implementation
|
||||
|
||||
Profiles demonstrate that ABC is not tied to any particular paradigm.
|
||||
|
||||
.. toctree::
|
||||
:glob:
|
||||
:maxdepth: 1
|
||||
|
||||
*
|
||||
Loading…
Add table
Add a link
Reference in a new issue