schema.org.ai

readme

API documentation and developer hubs.

Extends: Technology

ReadMe

API documentation and developer hubs.

Overview

Category: Documentation software

API documentation and developer hubs.

Related Skills

No related skills listed.

Occupations Using This Technology

No occupations listed.

Usage in Platform

import { $ } from 'sdk.do'

const tech = await $.Technology.create({
  name: 'ReadMe',
  category: 'Documentation software',
  description: 'API documentation and developer hubs.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "ReadMe",
  "applicationCategory": "Documentation software",
  "description": "API documentation and developer hubs."
}