From be8a6be7b8c4acfdf77ccb93215eed7a7da81405 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Thu, 1 Aug 2024 15:55:00 -0400 Subject: [PATCH] DOCSP-40493-compass-batch11 --- source/includes/fact-compile-plugin.rst | 8 ---- source/includes/fact-jsx-render.rst | 8 ---- source/includes/fact-plugins-prereqs.rst | 48 ------------------- .../fact-ssl-ssh-connection-warning.rst | 11 ----- 4 files changed, 75 deletions(-) delete mode 100644 source/includes/fact-compile-plugin.rst delete mode 100644 source/includes/fact-jsx-render.rst delete mode 100644 source/includes/fact-plugins-prereqs.rst delete mode 100644 source/includes/fact-ssl-ssh-connection-warning.rst diff --git a/source/includes/fact-compile-plugin.rst b/source/includes/fact-compile-plugin.rst deleted file mode 100644 index 3d5ab7ac2..000000000 --- a/source/includes/fact-compile-plugin.rst +++ /dev/null @@ -1,8 +0,0 @@ -Run the following command from your plugin's root directory to build -the plugin: - -.. code-block:: sh - - npm run compile - -Launch Compass to view your plugin. diff --git a/source/includes/fact-jsx-render.rst b/source/includes/fact-jsx-render.rst deleted file mode 100644 index fa0ad43e2..000000000 --- a/source/includes/fact-jsx-render.rst +++ /dev/null @@ -1,8 +0,0 @@ -Components are written in JSX, which allows HTML to be inserted and -rendered elegantly with ReactJS. HTML is rendered by the ``render`` -method. - -.. note:: - - For more information on *components*, refer to the - `ReactJS documentation `__. diff --git a/source/includes/fact-plugins-prereqs.rst b/source/includes/fact-plugins-prereqs.rst deleted file mode 100644 index d4c935c88..000000000 --- a/source/includes/fact-plugins-prereqs.rst +++ /dev/null @@ -1,48 +0,0 @@ -The following are required to begin building |compass| plugins: - -- |compass| (version 1.11 or greater) -- Node Version Manager (NVM) -- NodeJS -- Khaos - -The following procedure outlines how to install these dependencies: - -1. Install the latest version of |compass| for your operating system - from the {+download-page+}. - -2. Install the `Node Version Manager (NVM) `__: - - For MacOS and Linux operating systems: - Follow the installation instructions at - ``_. - - For Windows operating systems: - a. Download the ``nvm-setup.zip`` file from - ``_. - - b. Decompress the downloaded .zip file and run ``nvm-setup.exe``. - -3. Install `NodeJS `_ via NVM: - - .. code-block:: sh - - nvm install stable - -4. Install the `Khaos `__ templating engine: - - .. code-block:: sh - - npm install -g khaos - -5. Create the |compass| plugins directory. Compass looks for plugins in this - directory: - - |compass| - .. code-block:: sh - - mkdir -p ~/.mongodb/compass/plugins - - |compass| Community Edition - .. code-block:: sh - - mkdir -p ~/.mongodb/compass-community/plugins diff --git a/source/includes/fact-ssl-ssh-connection-warning.rst b/source/includes/fact-ssl-ssh-connection-warning.rst deleted file mode 100644 index a8717a8fe..000000000 --- a/source/includes/fact-ssl-ssh-connection-warning.rst +++ /dev/null @@ -1,11 +0,0 @@ -.. important:: - - Although |compass| supports connecting to a MongoDB instance through - an SSH tunnel via TLS/SSL, this configuration may lead to - unexpected behavior when connecting to a member of a replica set. - Using this configuration, if the member to which you - are connected switches from a - :manual:`primary ` member to a - :manual:`secondary ` or vice versa as - the result of an election, |compass-short| may either forcibly close - the connection or display stale data.