Skip to content

Explore comprehensive guides and resources on software development, web technologies, and more at docs.imabhinav.dev.

Notifications You must be signed in to change notification settings

imabhinavdev/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation Website - docs.imabhinav.dev

Welcome to my documentation website! This site is dedicated to providing comprehensive guides and resources on various topics related to software development, web technologies, and more.

Getting Started

To explore the documentation:

  • Visit docs.imabhinav.dev to browse through the available topics and guides.
  • Clone this repository to contribute or customize the documentation locally.
git clone https://github.com/imabhinavdev/documentation.git
cd docs.imabhinav.dev

Project Structure

The documentation is organized with the following structure:

.
├── public/
├── src/
│   ├── assets/
│   ├── content/
│   │   └── docs/
│   │       ├── getting-started.md
│   │       ├── installation.md
│   │       └── ...
│   └── styles/
├── package.json
└── README.md

Key Directories and Files:

  • src/content/docs/: Contains Markdown files (*.md) for each documentation topic.
  • src/assets/: Stores images and other static assets used in the documentation.
  • public/: Static files and assets served by the website.

Local Development

Follow these steps to run the documentation website locally:

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm run dev
  3. Open your browser and visit http://localhost:4321 to view the documentation.

Contributing

Contributions are welcome! If you'd like to contribute to the documentation:

  1. Fork the repository and clone it locally.

  2. Create a new branch for your changes:

    git checkout -b feature/new-docs
  3. Make your changes and commit them:

    git commit -am 'Add new documentation on feature'
  4. Push to your fork and submit a pull request.

Resources


About

Explore comprehensive guides and resources on software development, web technologies, and more at docs.imabhinav.dev.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published