Skip to content

Commit fbbe1bd

Browse files
committed
2 parents 9ac90b8 + 5aa2bca commit fbbe1bd

20 files changed

+341
-119
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This Markdown file provides a step-by-step guide on how to use the audit feature for documentation. It covers the entire process from navigating to the audit feature, selecting documents to audit, specifying audit criteria, initiating the audit, reviewing results, and making necessary changes to address identified issues. The guide is structured in 13 steps, each accompanied by a screenshot for visual reference. It's designed to help users effectively use the audit tool to improve their documentation by identifying inconsistencies, verifying content against current code, and making targeted improvements. The process includes selecting documents, defining audit scope, reviewing results, and creating draft versions for editing, ensuring a thorough and systematic approach to documentation maintenance and improvement.
7+
8+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This file appears to be a Markdown document with YAML frontmatter, likely used in a static site generator or documentation system. The file is named "_CodeSnippets.md" and is located in a "docs" directory, suggesting it's part of a documentation project. The content is minimal, consisting of:
7+
8+
1. YAML frontmatter with a title "My MDX Document"
9+
2. A single line of text: "Hey this is coolooo!!!!"
10+
11+
The ".md" extension and the presence of frontmatter suggest this could be a Markdown or MDX (Markdown with JSX) file. The purpose of this file might be to serve as a placeholder or example for code snippets in the documentation, though it doesn't contain any actual code snippets in the provided content.
12+
13+
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This Markdown file provides a step-by-step guide for creating new documentation pages using AI-assisted generation, leveraging existing documentation as context. The process involves:
7+
8+
1. Navigating to the user-facing documentation site
9+
2. Accessing AI generation options
10+
3. Selecting the location for the new document
11+
4. Choosing existing documents as context
12+
5. Adding additional context if needed
13+
6. Entering a prompt for the AI to generate content
14+
7. Publishing the newly generated document
15+
8. Confirming changes
16+
17+
The guide includes screenshots for each step, making it easy for users to follow along visually. This feature appears to be part of a documentation management system that incorporates AI to streamline the process of creating new documentation based on existing content.
18+
19+
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This file provides a step-by-step guide for setting up a GitHub Actions workflow to automatically generate internal documentation when commits are made to the main branch of a repository. The workflow is triggered by pushes to JavaScript files in the root directory.
7+
8+
Key steps include:
9+
1. Creating a new workflow file in the repository
10+
2. Setting up the workflow to run on push events to the main branch
11+
3. Configuring the workflow to checkout the repository and send an update to a DevDocs service
12+
4. Adding necessary secrets to the repository for API keys and authentication
13+
5. Setting up the GENERATE_ENDPOINT_URL for the DevDocs service
14+
15+
The guide includes detailed instructions with accompanying screenshots for each step, making it easy for users to implement this automated documentation generation process in their GitHub repositories.
16+
17+
---
18+
# Github actions workflow docs/_Generate-Internal-Docs-at-Github-Commit.md
19+
## Imported Code Object
20+
This GitHub Actions workflow is named "Gen Internal Docs" and is designed to automatically generate internal documentation when specific conditions are met. Here's a concise explanation:
21+
22+
1. Trigger: The workflow is triggered on push events to the main branch, but only when changes are made to JavaScript files in the root directory.
23+
24+
2. Job: It defines a single job called "dev-docs-app" that runs on the latest Ubuntu environment.
25+
26+
3. Steps:
27+
a. Checkout the repository using the actions/checkout@v2 action.
28+
b. Send an update to a DevDocs service by making a POST request to a specified endpoint.
29+
30+
4. The POST request includes:
31+
- A timestamp
32+
- An API key (stored as a secret)
33+
- A GitHub Personal Access Token (stored as a secret)
34+
- The GitHub repository name
35+
- The GitHub actor (user who triggered the workflow)
36+
37+
5. The curl command is used to send this information to the specified endpoint, which is likely a service that generates or updates the internal documentation based on the latest changes.
38+
39+
This workflow automates the process of updating internal documentation whenever relevant changes are pushed to the main branch of the repository.
40+
41+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This Markdown file provides step-by-step instructions on how to generate an API key for a service, likely for Dev-Docs. The document includes:
7+
8+
1. Navigating to the user profile menu
9+
2. Accessing the Personal API keys section
10+
3. Generating a new API key
11+
4. Replacing an existing API key
12+
5. Copying the newly generated API key for future use
13+
14+
Each step is accompanied by a screenshot to guide users visually through the process. The document is structured to be easily followed by users who need to create or update their API key for accessing the service's features or integrations.
15+
16+
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This Markdown file provides a detailed, step-by-step guide on how to integrate Dev-Docs with a custom documentation repository hosted on GitHub. The process involves:
7+
8+
1. Navigating the Dev-Docs website
9+
2. Setting up external documentation integration
10+
3. Configuring GitHub repository details
11+
4. Creating a Personal Access Token on GitHub with appropriate permissions
12+
5. Entering the token and repository information in Dev-Docs
13+
14+
The guide includes 18 steps, each with clear instructions and accompanying screenshots to help users through the process. It covers everything from finding the correct options on the Dev-Docs website to generating a GitHub Personal Access Token with the necessary permissions for repository access. The guide aims to simplify the integration process, making it accessible for users who want to connect their custom documentation to the Dev-Docs platform.
15+
16+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This Markdown file provides a step-by-step guide on how to use the intro feature in a project, likely within a code editor or integrated development environment (IDE). The document outlines four main steps:
7+
8+
1. Accessing the Command Palette to initiate the intro feature
9+
2. Exploring the file structure of the project
10+
3. Examining various project files (JavaScript, Markdown, and configuration files)
11+
4. Analyzing the main JavaScript file for important functions and logic
12+
13+
Each step is accompanied by an image that illustrates the action being described, providing visual guidance for users. This document appears to be part of a larger documentation set, aimed at helping new users or contributors familiarize themselves with the project structure and key features of the development environment.
14+
15+
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This Markdown file provides a comprehensive guide on how to use the Dev-Docs Chrome extension. It covers the following key points:
7+
8+
1. Prerequisites: Installing the extension and setting up a Dev-Docs account
9+
2. Selecting the organization and optional custom repo setup
10+
3. Using the extension:
11+
- Step 1: Starting a recording session, including options for topic, writing persona, and additional context
12+
- Step 2: Clicking through the workflow to be documented
13+
- Step 3: Reopening the extension to generate the guide
14+
- Step 4: Viewing results and updating documentation
15+
16+
The guide includes screenshots to illustrate the process and provides links to additional resources and setup instructions. It's designed to help users effectively use the Dev-Docs Chrome extension for capturing screenshots and generating markdown documentation for UI browser workflows.
17+
18+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
This file appears to be a welcome page or introduction for Dev-Docs, a documentation tool for developers. The content provides an overview of the tool's purpose and its two main use cases:
7+
8+
1. External Documentation: Aimed at users, customers, developers, and partners who interact with the organization's APIs, SDKs, or applications. It focuses on improving developer experience and providing self-service implementation and support guides.
9+
10+
2. Internal Documentation: Intended for internal software engineering teams and contributors to the codebase. It helps with knowledge sharing, maintaining consistency, collaboration, and onboarding new team members. It also serves as a record of decision-making processes and explanations of how the codebase works.
11+
12+
The file is likely formatted in Markdown, as indicated by the '#' symbols for headings, and is probably part of a larger documentation structure within the Dev-Docs system.
13+
14+

dev-docs/context-docs-_audit.md.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
3+
---
4+
# High Level Context
5+
## context
6+
The file docs/_audit.md appears to be empty or not provided in the context. Without any content to analyze, I cannot provide a high-level context for this file. Typically, a file named _audit.md in a docs folder might contain information related to auditing processes, security checks, or documentation about system audits, but without seeing the actual content, it's impossible to confirm or elaborate on its specific purpose or contents.
7+
8+

0 commit comments

Comments
 (0)