Skip to content

Commit 3f8b0b0

Browse files
robert-stringerjosh-heyersheet20ManjushaVaidyaRasika03
authored
Release/2021 04 09 (#1230)
* add "hint" admonition type * Fixed the ecpgplus guide for v12 * BART_2.5_udpates * content/migration_toolkit/53.0.2/fix_the doc * BART_2.6_Updates * content/migration_toolkit/54.0.0/fix_content * New-7.16-branch The content is copied from PEM 8.0 to PEM 7.16 branch * fixing file location for BART 2.5.9 * build: remove CNP docs staging area There's no need for us to keep a copy of the source files around, as we can always recreate from upstream repo tags. * style: format Python code with Black https://black.readthedocs.io/en/stable/ * fix: remove extraneous code * build: remove the need to rename CNP docs source name * feat: update CNP docs to v1.2.1 * content/migration_toolkit/53.0.2/fix_content * content: bart 2.5.9 PR wouldn't merge 🤷 warning: inexact rename detection was skipped due to too many files. warning: you may want to set your merge.renamelimit variable to at least 2977 and retry the command. Automatic merge failed; fix conflicts and then commit the result * fixing index.mdx, pem 7.16 * hotfix: removing breaking artefacts * hotfix: removing ark from build-sources * hotfix: bart stubs included in non-stubbed pages * Language_pack_EPAS12 * BIP guide fixes * minor_update * build: upgrade JS dependencies (#1222) Co-authored-by: Alex Mohr <[email protected]> * hotfix: removing ark so PDFs build * Release notes for v12 * hotfix: fixing develop * Revert "Merging New-8.0-branch" This reverts commit f9a2556 [formerly 443c7d5]. * get rid of unneeded 8.0.1 pdf * revert "hotfix: removing ark so PDFs build" - not the issue * Revert "hotfix: fixing develop" This reverts commit bd3e103 [formerly 6dbe8c1]. * PDF build WORKS! Co-authored-by: Josh Heyer <[email protected]> Co-authored-by: sheetal <[email protected]> Co-authored-by: Manjusha Vaidya <[email protected]> Co-authored-by: Rasika03 <[email protected]> Co-authored-by: nidhibhammar <[email protected]> Co-authored-by: George Song <[email protected]> Co-authored-by: Alex Mohr <[email protected]> Former-commit-id: 29a4f32
1 parent 452039c commit 3f8b0b0

File tree

3,133 files changed

+49167
-6104
lines changed

Some content is hidden

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

3,133 files changed

+49167
-6104
lines changed

.gitignore

+3-6
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ __pycache__
7575

7676
# Project specific
7777
dev-sources.json
78-
product_docs/content/*
79-
!product_docs/content/.keep
80-
product_docs/content_build/*
81-
!product_docs/content_build/.keep
78+
product_docs/content/
79+
product_docs/content_build/
8280
static/nginx_redirects.generated
83-
temp_kubernetes/build/*
84-
81+
temp_kubernetes/

advocacy_docs/kubernetes/cloud_native_postgresql/installation.mdx

+2-2

build-sources.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ark": true,
2+
"ark": false,
33
"bdr": true,
44
"bart": true,
55
"efm": true,

docs/how-tos/sync-cnp-docs.md

+4-2

gatsby-config.js

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ module.exports = {
230230
infima: true,
231231
customTypes: {
232232
seealso: 'note',
233+
hint: 'tip',
233234
},
234235
},
235236
],

package.json

+25-26
Original file line numberDiff line numberDiff line change
@@ -29,53 +29,52 @@
2929
"@mdx-js/react": "^1.6.1",
3030
"algoliasearch": "^4.2.0",
3131
"balance-text": "^3.3.0",
32-
"bl": "4.1.0",
32+
"bl": "5.0.0",
3333
"bootstrap": "4.6.0",
34-
"gatsby": "^3.1.0",
35-
"gatsby-cli": "^3.1.0",
36-
"gatsby-plugin-algolia": "^0.17.0",
37-
"gatsby-plugin-catch-links": "^3.0.0",
34+
"gatsby": "^3.2.1",
35+
"gatsby-cli": "^3.2.0",
36+
"gatsby-plugin-algolia": "^0.18.0",
37+
"gatsby-plugin-catch-links": "^3.2.0",
3838
"gatsby-plugin-google-fonts": "^1.0.1",
39-
"gatsby-plugin-google-tagmanager": "^3.0.0",
40-
"gatsby-plugin-manifest": "^3.0.0",
41-
"gatsby-plugin-mdx": "^2.0.1",
39+
"gatsby-plugin-google-tagmanager": "^3.2.0",
40+
"gatsby-plugin-manifest": "^3.2.0",
41+
"gatsby-plugin-mdx": "^2.2.0",
4242
"gatsby-plugin-meta-redirect": "^1.1.1",
43-
"gatsby-plugin-netlify": "^3.0.1",
43+
"gatsby-plugin-netlify": "^3.2.0",
4444
"gatsby-plugin-nginx-redirect": "^0.0.11",
45-
"gatsby-plugin-react-helmet": "^4.0.0",
45+
"gatsby-plugin-react-helmet": "^4.2.0",
4646
"gatsby-plugin-react-svg": "^3.0.0",
47-
"gatsby-plugin-sass": "^4.0.2",
48-
"gatsby-plugin-sharp": "^3.0.1",
49-
"gatsby-plugin-sitemap": "^3.0.0",
50-
"gatsby-remark-autolink-headers": "^3.0.0",
51-
"gatsby-remark-images": "4.0.0",
52-
"gatsby-remark-prismjs": "^4.0.0",
53-
"gatsby-source-filesystem": "^3.0.0",
54-
"gatsby-transformer-json": "^3.0.0",
55-
"gatsby-transformer-remark": "^3.0.0",
56-
"gatsby-transformer-sharp": "^3.0.0",
47+
"gatsby-plugin-sass": "^4.2.0",
48+
"gatsby-plugin-sharp": "^3.2.0",
49+
"gatsby-plugin-sitemap": "^3.2.0",
50+
"gatsby-remark-autolink-headers": "^3.2.0",
51+
"gatsby-remark-images": "4.2.0",
52+
"gatsby-remark-prismjs": "^4.2.0",
53+
"gatsby-source-filesystem": "^3.2.0",
54+
"gatsby-transformer-json": "^3.2.0",
55+
"gatsby-transformer-remark": "^3.2.0",
56+
"gatsby-transformer-sharp": "^3.2.0",
5757
"graceful-fs": "^4.2.4",
5858
"is-absolute-url": "^3.0.3",
5959
"markdown-to-jsx": "^7.0.0",
6060
"prismjs": "^1.21.0",
61-
"react": "^17.0.1",
61+
"react": "^17.0.2",
6262
"react-bootstrap": "^1.0.1",
63-
"react-dom": "^17.0.1",
63+
"react-dom": "^17.0.2",
6464
"react-helmet": "^6.0.0",
6565
"react-instantsearch-dom": "^6.9.0",
6666
"remark-admonitions": "https://github.com/josh-heyer/remark-admonitions",
6767
"sass": "^1.32.5",
68-
"truncate-utf8-bytes": "^1.0.2",
69-
"yarn": "^1.22.10"
68+
"truncate-utf8-bytes": "^1.0.2"
7069
},
7170
"devDependencies": {
7271
"fast-glob": "^3.2.5",
7372
"hast-util-is-element": "^1.1.0",
7473
"hast-util-to-text": "^2.0.1",
75-
"husky": "^5.1.3",
74+
"husky": "^6.0.0",
7675
"prettier": "^2.2.1",
7776
"pretty-quick": "^3.1.0",
78-
"react-refresh": "^0.9.0",
77+
"react-refresh": "^0.10.0",
7978
"rehype-format": "^3.1.0",
8079
"rehype-parse": "^7.0.1",
8180
"rehype-remark": "^8.0.0",

product_docs/docs/.vscode/settings.json

-3
This file was deleted.

0 commit comments

Comments
 (0)