Akumina Developer Documentation

Akumina Developer Documentation

  • API
  • Docs
  • Blog

›Yo Akumina

Akumina

  • Quickstart

Yo Akumina

  • Yo Akumina
  • Start with Yeoman
  • React
  • Simple template

Widget Builder

  • Widget Builder Structure
  • Akumina Widget Builder
  • Skipping instances
  • Token replacement for widget properties

Widget Development Quickstart

  • Setting up the Project
  • Configuring .env file
  • Configuring - akumina.sitedployer.config.json file
  • Configuring - akumina.config.json file
  • Extras

Widget Info

  • Akumina Widgets Overview
  • Building a New Widget Instance
  • Widget Views
  • Widget Properties
  • Global vs Local widgets (Widget Scoping)
  • Akumina React Widgets
  • Callbacks
  • RenderChildWidgets
  • Vendor Package List

Virtual Page Builder

  • Akumina Virtual Page Builder
  • Using Virtual Page Layouts
  • Creating a Custom Layout

Stream Card Builder

  • Installation
  • Stream Card Builder
  • Custom Cards
  • Activity Comments Config
  • Akumina Activity Stream PUSH Subscription using PowerAutomate to connect to ServiceNow
  • Akumina Activity Stream PUSH Subscription using PowerAutomate to connect to Dynamic 365

Site Deployer

  • Overview
  • Version 6.0
  • List Attribute Deployments
  • NPM Commands
  • SPA Updates and Deploying to multiple sites

Authoring

  • Content Action Event
  • Publish Validation Integration
  • Field Event Integration
  • CK Editor external plugins

Headless

  • Quickstart
  • Headless Teams support
  • Headless Troubleshooting

Modern

  • Overview
  • FAQ
  • Single Page Application
  • Modern Web Part Library
  • Google Analytics for Modern Pages

Site Creator

  • Overview
  • Adding A Custom Site Definition
  • Core Step Classes
  • Custom Site Definition Components
  • Custom Site Definition XML
  • Custom Subsite Definitions
  • Sample Step Code
  • Supported Tokens

Azure DevOps

  • CI/CD using Azure DevOps
  • Setting up a build to deploy a site package
  • Setting up a build to deploy file to App Manager hosted in an app service

Configuration

  • Configuration Context Overview
  • Edit the Redis cache timeout
  • Using a key vault for the client id and client secret

Debugging

  • Debugging in Akumina

Advanced

  • Central Site Collection Support
  • Eventing OOB Digital Workplace Events
  • Working with custom JSX Views
  • Page Indexing

Service Hub

  • Quickstart

Patch Notes

  • Patch Notes

Simple template

Akumina sample project - FrontEndSimple

This simple widget was meant to be the bare minimum to get up and running with the Akumina Widget Builder and Site Deployer.

Akumina Widget Builder quick start

Your First Widget

npm run stub

To create a widget directory structure automatically, you will have option to choose from a few different stubs to help you get up and running quicker. Be sure to use the same data you entered in the Yeoman prompts for WidgetName, WidgetNamespace, stub directory, and use typescript:

  • What's the name of your Widget? WidgetName (Be sure to use the same name you entered in the Yeoman prompt)
  • What's the name of your Widget Namespace? WidgetNamespace.Widgets (Be sure to use the same namespace you entered in the Yeoman prompt).Widgets
  • Which type of stub you want to start with? (more stubs coming soon) Hello World
  • What directory should we generate the folder stub in? src/js/widgets
  • Do you want this stub to be used for an instance only? (used for deploying instances only) No
  • Do you want to use a typescript stub? Select the same option as Yeoman prompt

Deploy Your Widget

Update the .env with your SiteDeployer parameters.

Set SiteDeployer options in akumina.sitedeployer.config.json.

One command to run them all:

npm run all

Or:

npm run build
npm run package
npm run deploy
← ReactWidget Builder Structure →
  • Your First Widget
  • Deploy Your Widget
Akumina Developer Documentation
Docs
Akumina Framework 5.0Akumina Widget BuilderAkumina Yeoman GeneratorSite Deployer
Community
Akumina Community Site
More
GitHubStar
Copyright © 2024 Akumina