diff --git a/content/principles/automated-delivery.mdx b/content/principles/automated-delivery.mdx index e8c2ce4..878bb3b 100644 --- a/content/principles/automated-delivery.mdx +++ b/content/principles/automated-delivery.mdx @@ -1,5 +1,5 @@ --- order: 3 -title: The principle of continuous state reconciliation -description: "Software agents continuously, and automatically, compare a system's Actual State to its Desired State. If the actual and desired states differ for any reason, automated actions to reconcile them are initiated." +title: State Reconciliation Is Continuous +description: "Software agents continuously, and automatically, compare a system's state to its Desired State. If these states differ for any reason, automated actions to reconcile them are initiated." --- diff --git a/content/principles/declarative-config.mdx b/content/principles/declarative-config.mdx index ff0b67d..18fa6d2 100644 --- a/content/principles/declarative-config.mdx +++ b/content/principles/declarative-config.mdx @@ -1,5 +1,5 @@ --- order: 1 -title: The principle of declarative desired state +title: Desired System State Is Declarative description: "A system managed by GitOps must have its Desired State expressed declaratively as data in a format writable and readable by both humans and machines." --- diff --git a/content/principles/software-agents.mdx b/content/principles/software-agents.mdx index 0777611..2bdec8c 100644 --- a/content/principles/software-agents.mdx +++ b/content/principles/software-agents.mdx @@ -1,5 +1,5 @@ --- order: 4 -title: The principle of operations through declaration -description: "The only mechanism through which the system is intentionally operated on is through these principles." +title: Intentional Changes Only Through Versioning +description: "The only mechanism through which the system is intentionally changed is through new versions of the Desired State." --- diff --git a/content/principles/version-controlled.mdx b/content/principles/version-controlled.mdx index 02d906b..4011a78 100644 --- a/content/principles/version-controlled.mdx +++ b/content/principles/version-controlled.mdx @@ -1,5 +1,5 @@ --- order: 2 -title: The principle of immutable desired state versions +title: Declarations Are Versioned and Immutable description: "Desired State is stored in a way that supports versioning, immutability of versions, and retains a complete version history." --- diff --git a/src/components/priciples.js b/src/components/principles.js similarity index 100% rename from src/components/priciples.js rename to src/components/principles.js diff --git a/src/pages/index.js b/src/pages/index.js index 8685fc5..394b395 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -96,7 +96,8 @@ const IndexPage = ({ location }) => {