Skip to content

docusign/1fe-docs

Repository files navigation

1fe Documentation

Official documentation repository for 1fe (One Front End) - A configuration-driven front-end platform that enables dynamic widget loading and micro-frontend architecture. Built with Astro and Starlight.

About 1fe

1fe is a powerful platform that allows organizations to build scalable front-end applications using a micro-frontend approach with dynamic configuration management, widget orchestration, and runtime dependency management.

Live Demo

You can view the live documentation at: 1fe.com

Getting Started

Prerequisites

Installation

  1. Clone this repository:
git clone https://github.com/docusign/1fe-docs.git
cd 1fe-docs
  1. Install dependencies:
yarn install
  1. Start the development server:
yarn dev
  1. Open your browser and navigate to http://localhost:8432 to view the documentation locally.

Making Changes

  1. Edit the documentation files in the src/content/docs/ directory
  2. The development server will automatically reload your changes
  3. Visit http://localhost:8432 to see your updates

Build for Production

yarn build

Documentation content is written in MDX format and stored in the src/content/docs/ directory. Each file automatically becomes a page based on its file path.

Built With

  • Astro - Static site generator with excellent performance
  • Starlight - Documentation theme built on Astro
  • TailwindCSS - Utility-first CSS framework
  • MDX - Markdown with JSX support for interactive documentation
  • React Icons - Icon library for UI elements

Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Make your changes to the documentation
  4. Test locally using yarn dev and visit http://localhost:8432
  5. Commit your changes (git commit -m 'Add some amazing feature')
  6. Push to the branch (git push origin feature/amazing-feature)
  7. Open a Pull Request

Links


Issues and Discussions

If you have questions or want to discuss this project, please visit the Issues or Discussions pages in our monorepo.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6