Skip to content

Commit a13cdc0

Browse files
matdavetheboxer
authored andcommitted
docs: fix link to docs and add theme
1 parent e2ccdc7 commit a13cdc0

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# modAI
22
A generative AI Extra for MODX Revolution 3.0 and later. It’s perfect for creating content quickly or speeding up optimizing SEO-related content including page titles, meta titles, meta descriptions, page summaries, and images/alt text (finally, an easy-button for Open Graph sharing images or hero sections).
33

4-
Read the [documentation](https://modxcms.github.io/modai/).
4+
Read the [documentation](https://modxcms.github.io/modAI/).

Writerside/cfg/buildprofiles.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,23 @@
77
<build-profile instance="m">
88
<variables>
99
<noindex-content>false</noindex-content>
10+
<offline-docs>true</offline-docs>
11+
<primary-color>blueberry</primary-color>
12+
<color-preset>vivid</color-preset>
13+
<custom-favicons>https://modx.com/favicon.svg</custom-favicons>
14+
<header-logo>https://modx.com/assets/themes/manana/images/logo.svg</header-logo>
15+
<product-web-url>https://modx.com/cloud-web-hosting</product-web-url>
16+
<download-title>Get Help</download-title>
17+
<download-page>https://modx.com/get-help/</download-page>
18+
<showDownloadButton>true</showDownloadButton>
1019
</variables>
20+
<footer>
21+
<social type="twitter" href="https://twitter.com/modx"/>
22+
<social type="youtube" href="https://www.youtube.com/modx" />
23+
<social type="blog" href="https://modx.com/blog/" />
24+
<social type="email" href="[email protected]" />
25+
<copyright>MODX, LLC</copyright>
26+
</footer>
1127
</build-profile>
1228

1329
</buildprofiles>

0 commit comments

Comments
 (0)