Skip to content

Commit

Permalink
Merge branch 'main' into r-stylelint-config-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe authored Jan 6, 2025
2 parents 181d1c1 + fde6fdd commit 93d4ebb
Show file tree
Hide file tree
Showing 9 changed files with 901 additions and 1,191 deletions.
4 changes: 2 additions & 2 deletions docs/admin-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@
55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864
-231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688,
-104.0616 -231.873,-231.248 z
" fill="currentColor"></path></g></svg></div></div><div class="sc-jdwyG knmTbM api-content"><div class="sc-dntaoT bvhSud"><div class="sc-kLhKbu dECWTf"><div class="sc-fAUdSK dFrZq api-info"><h1 class="sc-ixGGxD sc-geoRQH kHkxTT dZsYqS">AEM Admin API (Feature Preview)<!-- --> <span>(<!-- -->12.46.4<!-- -->)</span></h1><p>Download OpenAPI specification<!-- -->:<a download="openapi.json" target="_blank" class="sc-kEsJEW enkzRg">Download</a></p><div class="sc-epnzzT sc-eMwmJz drsioI dWZUhK"><div class="sc-kBAPdo gmEXff"><div class="sc-ftmehX eeVPfW"> <!-- --> <span class="sc-gbwXoZ bcPxPq">License:<!-- --> <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</a></span> </div></div></div><div data-role="redoc-summary" html="" class="sc-epnzzT sc-eMwmJz drsioI dWZUhK"></div><div data-role="redoc-description" html="&lt;p&gt;AEM Admin API is used to manage the lifecycle of content and code.&lt;/p&gt;
" fill="currentColor"></path></g></svg></div></div><div class="sc-jdwyG knmTbM api-content"><div class="sc-dntaoT bvhSud"><div class="sc-kLhKbu dECWTf"><div class="sc-fAUdSK dFrZq api-info"><h1 class="sc-ixGGxD sc-geoRQH kHkxTT dZsYqS">AEM Admin API (Feature Preview)<!-- --> <span>(<!-- -->12.46.14<!-- -->)</span></h1><p>Download OpenAPI specification<!-- -->:<a download="openapi.json" target="_blank" class="sc-kEsJEW enkzRg">Download</a></p><div class="sc-epnzzT sc-eMwmJz drsioI dWZUhK"><div class="sc-kBAPdo gmEXff"><div class="sc-ftmehX eeVPfW"> <!-- --> <span class="sc-gbwXoZ bcPxPq">License:<!-- --> <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</a></span> </div></div></div><div data-role="redoc-summary" html="" class="sc-epnzzT sc-eMwmJz drsioI dWZUhK"></div><div data-role="redoc-description" html="&lt;p&gt;AEM Admin API is used to manage the lifecycle of content and code.&lt;/p&gt;
" class="sc-epnzzT sc-eMwmJz drsioI dWZUhK"><p>AEM Admin API is used to manage the lifecycle of content and code.</p>
</div></div></div></div></div><div class="sc-eEVuZf ifLiBE"></div></div></div>
<script>
const __redoc_state = {"menu":{"activeItemIdx":-1},"spec":{"data":{"openapi":"3.1.0","info":{"version":"12.46.4","title":"AEM Admin API (Feature Preview)","description":"AEM Admin API is used to manage the lifecycle of content and code.","license":{"name":"Apache 2.0","url":"http://www.apache.org/licenses/LICENSE-2.0.html"}},"servers":[{"url":"https://admin.hlx.page"}],"components":{"securitySchemes":{"AuthCookie":{"type":"apiKey","in":"cookie","name":"auth_token"},"BearerToken":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}}}},"searchIndex":{"store":[],"index":{"version":"2.3.9","fields":["title","description"],"fieldVectors":[],"invertedIndex":[],"pipeline":[]}},"options":{"schemasExpansionLevel":2}};
const __redoc_state = {"menu":{"activeItemIdx":-1},"spec":{"data":{"openapi":"3.1.0","info":{"version":"12.46.14","title":"AEM Admin API (Feature Preview)","description":"AEM Admin API is used to manage the lifecycle of content and code.","license":{"name":"Apache 2.0","url":"http://www.apache.org/licenses/LICENSE-2.0.html"}},"servers":[{"url":"https://admin.hlx.page"}],"components":{"securitySchemes":{"AuthCookie":{"type":"apiKey","in":"cookie","name":"auth_token"},"BearerToken":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}}}},"searchIndex":{"store":[],"index":{"version":"2.3.9","fields":["title","description"],"fieldVectors":[],"invertedIndex":[],"pipeline":[]}},"options":{"schemasExpansionLevel":2}};

var container = document.getElementById('redoc');
Redoc.hydrate(__redoc_state, container);
Expand Down
4 changes: 2 additions & 2 deletions docs/admin.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions helix-query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ indices:
select: head > meta[name="robots"]
value: |
attribute(el, 'content')
publicationDate:
select: head > meta[name="publication-date"]
value: |
attribute(el, 'content')
docpages:
target: /docpages-index
include:
Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.31.0",
"husky": "9.1.7",
"lint-staged": "15.2.11",
"lint-staged": "15.3.0",
"sinon": "19.0.2",
"stylelint": "16.12.0",
"stylelint-config-standard": "36.0.1"
Expand Down
Loading

0 comments on commit 93d4ebb

Please sign in to comment.