Skip to content

Commit

Permalink
Remove commenting from glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjdominguez committed Jun 12, 2024
1 parent 4976d7c commit 4b0e149
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions docs/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ subgraphs to include and which resources to use for the build.

## Connector config

Connector config tells Hasura DDN how to build your connector. It will contain information such as the type of
connector and the location to the context files needed to build the connector.
Connector config tells Hasura DDN how to build your connector. It will contain information such as the type of connector
and the location to the context files needed to build the connector.
[Learn more](/project-configuration/config.mdx#connector-config).

## DDN CLI (Command-Line Interface)
Expand Down Expand Up @@ -255,13 +255,6 @@ request. Provides essential error handling for fast debugging and troubleshootin
This component is the underlying cloud service, which enables creating builds, applying builds and testing your API. We
consider this the brain of DDN Console and CLI – the component that drives most of the DX functionalities.

[//]: # "## Hasura Secure Connect"
[//]: #
[//]:
#
"A feature in Hasura DDN that creates secure tunnels to connect with local resources, aiding local development while"
[//]: # "ensuring data security. It requires a local daemon to be run via the CLI."

## DDN Console

An interface in Hasura DDN that provides tools for metadata visualizing, API testing and deployment, team collaboration,
Expand All @@ -272,20 +265,3 @@ documentation, traces, and analytics.
This refers to a personal authentication token that Hasura Cloud creates automatically for you on every new project
creation. This ensures that your GraphQL API always has a security mechanism. The auto-generated PAT is included in the
API header `cloud_pat`.

[//]: # "## Edge Caching"
[//]:
#
"A caching mechanism in Hasura DDN that caches frequently accessed data at the edge of the network, reducing latency"
[//]: # "and improving response times for end-users."
[//]: # "## .hml"
[//]: # "## Plugins"
[//]:
#
"A mechanism in Hasura DDN that allows developers to extend the functionality of Hasura by adding custom logic to the"
[//]: # "GraphQL engine. Plugins can be used to add custom authentication, authorization, and other custom logic."
[//]: # "## Metadata Modules"
[//]:
#
"A mechanism in Hasura DDN that allows metadata to be organized into typed JSON files within collections, enhancing"
[//]: # "the organization, version control, and collaboration abilities of metadata."

0 comments on commit 4b0e149

Please sign in to comment.