Skip to content

Commit

Permalink
Show date of last update (#154)
Browse files Browse the repository at this point in the history
* Show the last update date and make that footer the base color

* Format dates like docusaurus wants them

* Don't bold the last updated date
  • Loading branch information
timothymcmackin authored Nov 9, 2023
1 parent 2035b1d commit 621fc62
Show file tree
Hide file tree
Showing 86 changed files with 180 additions and 86 deletions.
3 changes: 2 additions & 1 deletion docs/architecture/accounts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Accounts
authors: "Tim McMackin"
lastUpdated: 18th October 2023
last_update:
date: 18 October 2023
---

Tezos uses two types of accounts:
Expand Down
3 changes: 2 additions & 1 deletion docs/architecture/governance.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Governance
lastUpdated: 3rd July 2023
last_update:
date: 3 July 2023
---

## What is Self Amendment?
Expand Down
3 changes: 2 additions & 1 deletion docs/architecture/governance/amendment-history.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: History of amendments
authors: 'Thomas Zoughebi, Aymeric Bethencourt, and Maxime Fernandez'
lastUpdated: 30th June 2023
last_update:
date: 30 June 2023
---

As presented in [Governance](../governance), the Tezos blockchain is constantly evolving, through new amendments. In this chapter, we will present an overview of past proposals and the reasons for their approval or disapproval.
Expand Down
3 changes: 2 additions & 1 deletion docs/architecture/governance/improvement-process.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Tezos Improvement Process (TZIP)
lastUpdated: 10th July 2023
last_update:
date: 10 July 2023
---
As Tezos is a large decentralized project that is constantly evolving, its members need to have a mechanism for proposing improvements to the ecosystem.

Expand Down
3 changes: 2 additions & 1 deletion docs/architecture/protocol.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Tezos Protocol and Shell
lastUpdated: 29th June 2023
last_update:
date: 29 June 2023
---

The primary characteristic that makes Tezos unique is its self-amending property. The part that amends itself is called the economic protocol. The rest of the Tezos node is what we call the shell.
Expand Down
3 changes: 2 additions & 1 deletion docs/architecture/smart-rollups.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Smart Optimistic Rollups
authors: 'Nomadic Labs, TriliTech'
lastUpdated: 30th June 2023
last_update:
date: 30 June 2023
---

Rollups play a crucial part in providing next-generation scaling on Tezos. This page gives a technical introduction to Smart Rollups, their optimistic nature, and an intro to developing your own WASM kernel.
Expand Down
3 changes: 2 additions & 1 deletion docs/architecture/tokens.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Tokens
authors: "Claude Barde, Aymeric Bethencourt, Tim McMackin"
lastUpdated: 1st November 2023
last_update:
date: 1 November 2023
---

In a blockchain ecosystem, a digital asset that can be transferred between accounts is called a _token_.
Expand Down
3 changes: 2 additions & 1 deletion docs/architecture/tokens/FA1.2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: FA1.2 tokens
authors: "Claude Barde, Aymeric Bethencourt, Tim McMackin"
lastUpdated: 26th October 2023
last_update:
date: 26 October 2023
---

The FA1.2 standard is for _fungible tokens_, which are collections of identical, interchangeable tokens.
Expand Down
3 changes: 2 additions & 1 deletion docs/architecture/tokens/FA2.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: FA2 tokens
authors: "Claude Barde, Aymeric Bethencourt, Tim McMackin"
lastUpdated: 26th October 2023
last_update:
date: 26 October 2023
---

The FA2 standard supports several different token types, including:
Expand Down
3 changes: 2 additions & 1 deletion docs/dApps/best-practices.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Best practices and avoiding flaws
authors: Claude Barde
lastUpdated: 10th July 2023
last_update:
date: 10 July 2023
---

When creating a frontend application that uses the Tezos blockchain, you will most probably use a JavaScript framework, may it be React, Vue, Svelte, or another one.
Expand Down
3 changes: 2 additions & 1 deletion docs/dApps/samples.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Sample dApps
author: "Tim McMackin"
lastUpdated: 19 October 2023
last_update:
date: 19 October 2023
---

Here are some sample web applications that access Tezos:
Expand Down
3 changes: 2 additions & 1 deletion docs/dApps/taquito.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Taquito dApp SDK for TypeScript
authors: Claude Barde
lastUpdated: 10th July 2023
last_update:
date: 10 July 2023
---

## Introduction
Expand Down
3 changes: 2 additions & 1 deletion docs/dApps/unity.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Tezos SDK for Unity
authors: John Joubert
lastUpdated: 5th June 2023
last_update:
date: 5 June 2023
---

The Tezos SDK for Unity offers a comprehensive toolkit designed to facilitate Web3 gaming development. This SDK provides game developers with the necessary tools to:
Expand Down
3 changes: 2 additions & 1 deletion docs/dApps/wallets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Connecting to wallets
authors: Claude Barde
lastUpdated: 10th July 2023
last_update:
date: 10 July 2023
---

## Overview of wallets
Expand Down
3 changes: 2 additions & 1 deletion docs/developing/dev-environments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Setting up developer environments
authors: "Tim McMackin"
lastUpdated: 24 October 2023
last_update:
date: 24 October 2023
---

Working with Tezos usually includes setting up an IDE to write code in and connecting to a test network or sandbox to test applications on.
Expand Down
3 changes: 2 additions & 1 deletion docs/developing/information/block-explorers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Block Explorers
lastUpdated: 10th July 2023
last_update:
date: 10 July 2023
---

**What is a blockchain explorer?**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Inspecting deployed contracts
authors: Benjamin Pila
lastUpdated: 28th June 2023
last_update:
date: 28 June 2023
---

As a developer, you will often want to check the state of your deployed smart contracts. Using a blockchain explorer is a fast and easy way to do so. In this section, we will find a smart contract and check it out on _TzStats_.
Expand Down
3 changes: 2 additions & 1 deletion docs/developing/information/block-explorers/tzstats.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: The tzStats blockchain explorer
authors: Maxime Sallerin
lastUpdated: 28th June 2023
last_update:
date: 28 June 2023
---

import Figure from '@site/src/components/Figure';
Expand Down
3 changes: 2 additions & 1 deletion docs/developing/information/custom-indexers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Custom indexers
authors: Tezos Ukraine
lastUpdated: 10th July 2023
last_update:
date: 10 July 2023
---

## Introduction
Expand Down
3 changes: 2 additions & 1 deletion docs/developing/information/indexers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Indexers
authors: Tezos Ukraine
lastUpdated: 10th July 2023
last_update:
date: 10 July 2023
---

:::note
Expand Down
3 changes: 2 additions & 1 deletion docs/developing/octez-client.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: The Octez client
authors: 'Thomas Zoughebi, Aymeric Bethencourt, Maxime Fernandez, Tim McMackin'
lastUpdated: 27th October 2023
last_update:
date: 27 October 2023
---

The Octez command-line client is part of the Octez suite of tools for interacting with Tezos and running nodes.
Expand Down
3 changes: 2 additions & 1 deletion docs/developing/octez-client/installing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Installing the Octez client
lastUpdated: 27th October 2023
last_update:
date: 27 October 2023
---

You can install the Octez client directly on your computer or use a Docker image that has the most recent version of the Octez tools installed.
Expand Down
3 changes: 2 additions & 1 deletion docs/developing/octez-client/transactions.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Interacting with contracts
authors: Tim McMackin
lastUpdated: 27 October 2023
last_update:
date: 27 October 2023
---

Before sending transactions to contracts with the Octez client, make sure that your client is configured to use an RPC node for the network that you want to use.
Expand Down
3 changes: 2 additions & 1 deletion docs/developing/sandbox.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Using a local sandbox
authors: 'Mathias Hiron, Nomadic Labs, Tim McMackin, TriliTech'
lastUpdated: 18th October 2023
last_update:
date: 18 October 2023
---

Local sandboxes allow you to test your work without sending any transactions to Tezos Mainnet or testnets.
Expand Down
3 changes: 2 additions & 1 deletion docs/developing/testnets.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Using sandboxes and testnets
authors: 'Mathias Hiron, Nomadic Labs, Tim McMackin, TriliTech'
lastUpdated: 18th October 2023
last_update:
date: 18 October 2023
---

:::note
Expand Down
3 changes: 2 additions & 1 deletion docs/overview/common-applications.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Common applications of Tezos
lastUpdated: 13 September 2023
last_update:
date: 13 September 2023
---

Here are some of the ways that people use Tezos:
Expand Down
3 changes: 2 additions & 1 deletion docs/overview/glossary.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Glossary
lastUpdated: 24th October 2023
last_update:
date: 24 October 2023
---

## Tezos and tez
Expand Down
3 changes: 2 additions & 1 deletion docs/overview/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Tezos overview
lastUpdated: 11th September 2023
last_update:
date: 11 September 2023
---

Tezos is an open-source, decentralized blockchain [created in 2014](https://tezos.com/whitepaper.pdf) by Arthur and Kathleen Breitman. It raised awareness and support in 2017 with its crowdfunding and launched the following year. Since its inception, Tezos has gone through multiple iterations of upgrades and development, staying true to its ethos -- "a blockchain designed to evolve".
Expand Down
3 changes: 2 additions & 1 deletion docs/overview/tezos-different.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: What makes Tezos different?
lastUpdated: 13 September 2023
last_update:
date: 13 September 2023
---

Here are some of the features that make Tezos different from other blockchains:
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: An introduction to smart contracts
authors: 'Thomas Zoughebi, Aymeric Bethencourt, Maxime Fernandez, and Tim McMackin'
lastUpdated: 18th October 2023
last_update:
date: 18 October 2023
---

import Figure from '@site/src/components/Figure';
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts/constants.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Global table of constants
authors: 'Mathias Hiron (Nomadic Labs), Sasha Aldrick (TriliTech), Tim McMackin (TriliTech)'
lastUpdated: 5th October 2023
last_update:
date: 5 October 2023
---

Tezos provides a feature that lets user store data in a global table of constants.
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts/data-types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Data types
authors: 'Tim McMackin'
lastUpdated: 12 October 2023
last_update:
date: 12 October 2023
---

See these pages for information about the data types that Tezos supports:
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts/data-types/complex-data-types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Complex data types
authors: 'Mathias Hiron (Nomadic Labs), Sasha Aldrick (TriliTech), Tim McMackin (TriliTech)'
lastUpdated: 5th October 2023
last_update:
date: 5 October 2023
---

Tezos contracts support these complex data types.
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts/data-types/crypto-data-types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Cryptographic data types
authors: 'Mathias Hiron (Nomadic Labs), Sasha Aldrick (TriliTech), Tim McMackin (TriliTech)'
lastUpdated: 5th October 2023
last_update:
date: 5 October 2023
---

Tezos provides hash functions for cryptographic purposes.
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts/data-types/primitive-data-types.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Primitive data types
authors: 'Mathias Hiron (Nomadic Labs), Sasha Aldrick (TriliTech), Tim McMackin (TriliTech)'
lastUpdated: 4th October 2023
last_update:
date: 4 October 2023
---

Tezos contracts support these primitive data types.
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts/delegation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Delegation
authors: 'Mathias Hiron (Nomadic Labs), Sasha Aldrick (TriliTech), Tim McMackin (TriliTech)'
lastUpdated: 5th October 2023
last_update:
date: 5 October 2023
---

Placing your tez in a smart contract means you can't stake them towards baking or delegate them to get rewards.
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts/entrypoints.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Entrypoints
authors: 'Mathias Hiron (Nomadic Labs), Sasha Aldrick (TriliTech), Tim McMackin (TriliTech)'
lastUpdated: 4th October 2023
last_update:
date: 4 October 2023
---

The entrypoints of a contract represent the different ways that it can be called, similar to a method or function in many programming languages or an endpoint of an API.
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts/languages.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: Languages
authors: 'Tim McMackin'
lastUpdated: 4th October 2023
last_update:
date: 4 October 2023
---

You can write Tezos smart contracts in any of these languages:
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts/languages/archetype.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Archetype
lastUpdated: 29th June 2023
last_update:
date: 29 June 2023
---

Archetype is an elegant generic-purpose language to develop smart contracts on the Tezos blockchain. It's a DSL (domain-specific language) for Tezos that facilitates formal verification and transcodes contracts to SmartPy and LIGO.
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts/languages/ligo.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Ligo
lastUpdated: 29th June 2023
last_update:
date: 29 June 2023
---

LIGO is a functional programming language that is intended to be both user-friendly and to avoid patterns that make formal verification difficult.
Expand Down
3 changes: 2 additions & 1 deletion docs/smart-contracts/languages/michelson.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Michelson
lastUpdated: 30th June 2023
last_update:
date: 30 June 2023
---

import Figure from '@site/src/components/Figure';
Expand Down
Loading

0 comments on commit 621fc62

Please sign in to comment.