Article Structure

Every article in the KONTYRA Wiki follows a consistent structure. This makes articles predictable for readers and easier to maintain over time.

Required elements

Optional elements

Standard closing

Every article ends with a horizontal rule followed by one or two sentences linking to related articles. This keeps readers in the wiki rather than bouncing to a dead end.

Heading Format

The KONTYRA Wiki uses three heading levels within article bodies:

H4 and below should not be used in wiki articles. If content requires that level of nesting, it is a signal that the section should be split into a separate article or moved to formal documentation at docs.kontyra.name.ng.

Heading anchors

Every H2 heading should have an id attribute for deep linking. The ID should be a lowercase, hyphenated version of the heading text. Example: id="heading-format"

Writing Style

KONTYRA Wiki articles are written to be read by intelligent, time-pressed people who want substance, not performance. The following principles govern style:

Be direct

Lead with the point. Avoid preamble. "DevOS is KONTYRA's developer operating system" is better than "In this article, we will explore KONTYRA's flagship product, DevOS, which is a developer operating system."

Be specific

Vague language is a sign that thinking is incomplete. "DevOS makes software development better" says nothing. "DevOS maintains a continuous model of your software's behavior, updated in real time as code changes" says something.

Avoid hype

KONTYRA products are in development. Articles should be honest about status, limitations, and what is not yet known. Hype erodes trust and makes the wiki less useful over time.

Use "we" sparingly

Wiki articles are primarily third-person and informational, not first-person company communications. "We" is acceptable in philosophy and vision articles but should be avoided in product descriptions and technical documentation.

Read time

Estimate read time at 200 words per minute. Round up to the nearest minute. A 1,200-word article is a 6-minute read.

Citation Rules

KONTYRA Wiki articles should be citable and verifiable. The following citation principles apply:

Internal references

Link to other wiki articles by name using standard anchor links. Example: See What is KONTYRA? for background. Do not use bare URLs for internal links.

External references

External links should open in the same tab (the default). Do not use target="_blank" without a specific reason. When referencing external research, papers, or publications, include the author, title, and year in the text. Example: Smith et al. (2024) found that…

Statements of fact vs. opinion

Distinguish between factual claims and KONTYRA's perspective. "DevOS is in active development" is a fact. "The fragmentation of developer tooling is the core problem DevOS solves" is KONTYRA's assessment — and should be written as such.

Status claims

Any claim about a product's status (availability, roadmap position, capabilities) must be accurate at the time of writing and should include the article's publication date so readers can calibrate how current the information is.

Naming Conventions

File naming

Article files use lowercase, hyphenated names. No spaces, no underscores, no uppercase.

URL structure

Product names

KONTYRA product names are always written exactly as follows:

Company name

KONTYRA is always written in full caps. Never "Kontyra" or "kontyra".

Article Categories

Every article must be tagged with exactly one primary category:

What Belongs Here vs. docs.kontyra.name.ng

The KONTYRA Wiki and the formal documentation site serve different purposes and should not overlap:

KONTYRA Wiki (wiki.kontyra.name.ng) — Articles, research, philosophy, product overviews, architecture explanations, and anything that provides context and understanding. Written for a general audience that includes non-engineers.

KONTYRA Docs (docs.kontyra.name.ng) — API references, integration guides, configuration options, CLI documentation, and anything a developer needs to actually use a KONTYRA product. Written for engineers actively building with KONTYRA tools.

When in doubt: if someone needs to build something, it belongs in docs. If someone needs to understand something, it belongs in the wiki.


Questions about these conventions can be raised in the KONTYRA internal channels. The style guide will be updated as new content types emerge and as the wiki grows. See the homepage for the latest articles and product information.