Data Governance Administrator Guide > Configuring Axon > Configure Static Pages
  

Configure Static Pages

Axon contains a number of static HTML pages. If you have a SuperAdmin profile, you can customize the static pages.
    1. From the Axon toolbar, click the Admin Panel menu item under your user name.
    2. In the menu on the left, click Static Page Editor under Meta-Model Administration.
    3. Configure the following static page properties:
    Option
    Description
    Title
    Specify a title for the static page. Axon does not display the title anywhere.
    Link
    Specify a link for the static page. Axon configures the URL of the page in the following format: <Axon_host>:<port_number>/<link>
    Context
    Specify a description for the static page. Axon does not display the context anywhere.
    Content
    Specify the content that is displayed in the static page. You can use HTML tags to format the content.
    Homepage
    Sets the page as the home page.
    Note: If the home page contains a link, you must apply the <div class="hero-unit"> </div> tag to the URL. For example, to add the www.yourorganization.com link for the "Home" text, enter the following tag:
    <div class="hero-unit"> <a href = "https://www.yourorganization.com"> Home </a> </div>
    4. Click Save and Close.