diff --git a/docs/docs.json b/docs/docs.json index 487dda86a..26495145b 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -108,7 +108,8 @@ "reference/architecture", "administration/server-configuration", "administration/troubleshooting", - "administration/security" + "administration/security", + "reference/acknowledgements" ] } ] diff --git a/docs/reference/acknowledgements.mdx b/docs/reference/acknowledgements.mdx new file mode 100644 index 000000000..ea3ee880e --- /dev/null +++ b/docs/reference/acknowledgements.mdx @@ -0,0 +1,6 @@ +--- +title: "Acknowledgements" +description: "Projects and people that inspired Arc" +--- + +Arc was inspired by [Attractor](https://github.com/strongdm/attractor), created by [Justin McCarthy](https://github.com/strongdm) at [StrongDM](https://www.strongdm.com/). Attractor pioneered the idea of orchestrating AI coding agents with graph-based workflows, and its design deeply influenced Arc's architecture.