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> |