schema.org.ai

archbee

Product documentation platform.

Extends: Technology

Archbee

Product documentation platform.

Overview

Category: Documentation software

Product documentation platform.

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: 'Archbee',
  category: 'Documentation software',
  description: 'Product documentation platform.',
  hotTechnology: false,
})

JSON-LD Example

{
  "@context": "https://schema.org",
  "@type": "SoftwareApplication",
  "name": "Archbee",
  "applicationCategory": "Documentation software",
  "description": "Product documentation platform."
}