Skip to content

A web app for quick access to documentation links for programming languages, tools, and frameworks.

Notifications You must be signed in to change notification settings

soycarlo99/manDoc

Repository files navigation

visit the page at: www.mandoc.info

or -> https://soycarlo99.github.io/manDoc/

manDoc

Welcome to manDoc – a collection of documentation and manuals for programming languages and tools! We noticed that there wasn't a single website aggregating all the essential documentation links in one place, so we decided to build one.

About

manDoc is a community-driven project aimed at providing easy access to documentation for a wide range of programming languages and tools. Our goal is to create a comprehensive resource that developers can rely on for quick reference and learning.

Contributing

If you think something is missing or outdated, don't hesitate to contribute! You can easily add new documentation links to our collection. Simply fork the repository, update the docsData.js file with your additions, and submit a pull request.

How to Add a New Entry

To add a new documentation entry, use the following template:

{
  name: "Your Language/Tool Name",
  deviconClass: "appropriate-devicon-class",
  url: "https://link-to-the-primary-documentation",
  resources: [
    {
      label: "Some Resource Label",
      url: "https://some-resource-url"
    },
    {
      label: "Another Resource Label",
      url: "https://another-resource-url"
    }
  ]
}

Place your new entry in the docsList array inside the docsData.js file. Make sure to follow the existing format to maintain consistency.

Feedback

We appreciate any feedback or suggestions! Feel free to open issues or contribute via pull requests on GitHub.

Core Maintainers

manDoc! If you have any questions or suggestions, feel free to reach out to us directly:

Thank you for visiting manDoc. Happy coding!

About

A web app for quick access to documentation links for programming languages, tools, and frameworks.

Resources

Stars

Watchers

Forks