docs/ExternalWiki

Forgejo::ExternalWiki

Properties

Name Type Description Notes
external_wiki_url String URL of external wiki. [optional]

Example

require 'forgejo'

instance = Forgejo::ExternalWiki.new(
  external_wiki_url: null
)