Skip to content

Commit 3c0e92d

Browse files
committed
gtab, deploy action, other small fixes
1 parent 9d8f504 commit 3c0e92d

File tree

124 files changed

+2161
-25712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+2161
-25712
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: Reindex Algolia
2+
3+
on:
4+
# Manual trigger with inputs
5+
workflow_dispatch:
6+
7+
# Automatic triggers
8+
push:
9+
branches:
10+
- main
11+
paths:
12+
- 'docs/**'
13+
- 'src/**'
14+
- 'static/**'
15+
- 'docusaurus.config.js'
16+
- 'sidebars/**'
17+
- 'package.json'
18+
jobs:
19+
reindex-algolia:
20+
name: Reindex Algolia Search
21+
runs-on: ubuntu-latest
22+
# Only run if push to main/master or manual trigger or scheduled
23+
if: |
24+
github.event_name == 'workflow_dispatch' ||
25+
(github.event_name == 'push' && contains(fromJson('["main", "master"]'), github.ref_name)) ||
26+
steps:
27+
- name: Algolia crawler creation and crawl
28+
uses: algolia/[email protected]
29+
id: algolia_crawler
30+
with: # mandatory parameters
31+
crawler-user-id: ${{ secrets.CRAWLER_USER_ID }}
32+
crawler-api-key: ${{ secrets.CRAWLER_API_KEY }}
33+
algolia-app-id: ${{ secrets.ALGOLIA_APP_ID }}
34+
algolia-api-key: ${{ secrets.ALGOLIA_API_KEY }}
35+
site-url: 'https://product-docs-prod.onrender.com/'

docs/directorymanager/11.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Netwrix GroupID 11.0
1+
# Directory Manager 11.0
22

33
> **Simplify Active Directory and Azure AD group management**
44

docs/directorymanager/11.1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Netwrix GroupID 11.1
1+
# Directory Manager 11.1
22

33
> **Simplify Active Directory and Azure AD group management**
44

docs/endpointpolicymanager/integration/privilegesecure/overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ for a demo on the relationship of the Netwrix Privilege Secure and Endpoint Poli
2727
and moving parts.
2828

2929
**NOTE:** All Netwrix Privilege Secure + Endpoint Policy Manager documentation from Netwrix
30-
Privilege Secure can be found in
31-
[Netwrix Privilege Secure for Endpoints Documentation](https://helpcenter.netwrix.com/category/privilegesecure_endpoints).
30+
Privilege Secure can be found in [Netwrix Privilege Secure for Endpoints Documentation](https://helpcenter.netwrix.com/category/privilegesecure_endpoints).

docusaurus.config.js

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@ const config = {
5151
},
5252

5353
presets: [
54+
[
55+
'@docusaurus/plugin-google-gtag',
56+
{
57+
gtag: {
58+
trackingID: 'G-FZPWSDMTEX',
59+
anonymizeIP: true,
60+
},
61+
},
62+
],
5463
[
5564
'classic',
5665
/** @type {import('@docusaurus/preset-classic').Options} */
@@ -287,8 +296,8 @@ const config = {
287296
{
288297
id: 'directorymanager11_1',
289298
path: 'docs/directorymanager/11.1',
290-
routeBasePath: 'docs/directorymanager/11_1',
291-
sidebarPath: require.resolve('./sidebars/sidebar.js'),
299+
routeBasePath: 'docs/directorymanager/11.1',
300+
sidebarPath: require.resolve('./sidebars/directorymanager/11.1.js'),
292301
editUrl: 'https://github.com/netwrix/docs/tree/main/',
293302
exclude: ['**/CLAUDE.md'],
294303
versions: {
@@ -303,8 +312,8 @@ const config = {
303312
{
304313
id: 'directorymanager11_0',
305314
path: 'docs/directorymanager/11.0',
306-
routeBasePath: 'docs/directorymanager/11_0',
307-
sidebarPath: require.resolve('./sidebars/sidebar.js'),
315+
routeBasePath: 'docs/directorymanager/11.0',
316+
sidebarPath: require.resolve('./sidebars/directorymanager/11.0.js'),
308317
editUrl: 'https://github.com/netwrix/docs/tree/main/',
309318
exclude: ['**/CLAUDE.md'],
310319
versions: {

package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"@docusaurus/babel": "^3.8.1",
3030
"@docusaurus/core": "^3.8.1",
3131
"@docusaurus/faster": "^3.8.1",
32+
"@docusaurus/plugin-google-gtag": "^3.8.1",
33+
"@docusaurus/plugin-google-tag-manager": "^3.8.1",
3234
"@docusaurus/plugin-rsdoctor": "^3.8.1",
3335
"@docusaurus/preset-classic": "^3.8.1",
3436
"@mdx-js/react": "^3.0.0",

restructure/accessanalyzer/11.6/file-mappings.csv

Lines changed: 0 additions & 1430 deletions
This file was deleted.

restructure/accessanalyzer/11.6/plan.md

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)